samscott89 / rudyLinks
A Toolchain for Rust Debuginfo
☆125Updated 6 months ago
Alternatives and similar repositories for rudy
Users that are interested in rudy are comparing it to the libraries listed below
Sorting:
- Open a scope and then freeze it in time for future access.☆108Updated last year
- Use declarative macros as proc_macro attributes or derives☆151Updated last week
- Rust microbenchmarking harness based on paired-testing methodology☆147Updated last week
- ☆227Updated 6 months ago
- A Rust macro to make enums with a subset of values of the parent☆131Updated 4 months ago
- Use bitsized types as if they were a feature of rust.☆194Updated 4 months ago
- An alternate Cargo registry using static files☆136Updated 3 months ago
- Compile-time regular expressions, the right way.☆81Updated last year
- Error handling that is precise, no boilerplate, ergonomic, context aware, and performant☆197Updated 3 months ago
- An experimental linting interface for Rust. Let's make custom lints a reality☆149Updated 2 years ago
- A procedure macro to unify SYNC and ASYNC implementation for downstream application/crates☆173Updated last year
- Const equivalents of std functions, compile-time comparison, and parsing.☆119Updated 3 months ago
- Cargo subcommand for viewing LLVM optimization remarks.☆205Updated 3 months ago
- A compile-time pattern matching library that reverses the interpolation process of `format!`.☆159Updated this week
- The quickest way to override dependencies with Cargo☆82Updated this week
- rubicon enables a form of dynamic linking in Rust through cdylib crates and carefully-enforced invariants.☆173Updated last month
- Safe, zero-cost downcasting for limited compile-time specialization.☆180Updated 6 months ago
- A Rust code linter☆213Updated last year
- Tiny Rust Async Linux Executor☆112Updated 9 months ago
- Tools to feature more lenient Polonius-based borrow-checker patterns on stable Rust☆124Updated 3 months ago
- Maps where keys are borrowed from values.☆305Updated this week
- A Cargo subcommand to build and test all feature flag combinations.☆178Updated 2 months ago
- Type-erased core::Discriminant<T>☆38Updated this week
- A pure-rust protobuf compiler, designed for use with prost-build☆102Updated 2 months ago
- ☆35Updated last year
- Tracing layer that automatically creates and manages progress bars for active spans.☆271Updated 2 months ago
- Program startup and thread support written in Rust