dtolnay / macro-string
Eager evaluation of macros like `concat!` and `env!`
☆38Updated last month
Alternatives and similar repositories for macro-string:
Users that are interested in macro-string are comparing it to the libraries listed below
- Parse JSON file at compile time and embed as serde_json::Value☆28Updated last month
- Imitate the documentation build that docs.rs would do☆50Updated 3 months ago
- Reports when tokio runtime threads are blocking☆64Updated 7 months ago
- The quickest way to override dependencies with Cargo☆59Updated this week
- Attribute proc-macro to simplify deriving standard and other traits with custom generic type bounds.☆71Updated last week
- A primitive for writing structural search and replace programs for rust☆31Updated 9 months ago
- Lending iterators on stable Rust☆82Updated last year
- Async, lock-free synchronization primitives for task wakeup☆44Updated 7 months ago
- A GitHub Action for running cargo-semver-checks☆69Updated last month
- 🐱concat! with support for const variables and expressions☆41Updated 2 months ago
- Re-usable CLI flags for `cargo` plugins☆38Updated 2 weeks ago
- Serde Visitor for deserializing untagged enums☆62Updated last month
- A hash table with strong order and fast iteration; access items by key or sequence index☆39Updated 2 weeks ago
- Rust microbenchmarking harness based on paired-testing methodology☆88Updated last week
- Minimalist Rust syntax parsing for procedural macros☆63Updated 10 months ago
- Fast Function Dispatch: Improving the performance of Rust's dynamic function calls☆32Updated 6 months ago
- A fast, lightweight, embedded system-friendly library for wrapping text.☆65Updated last year
- async fn(Input) -> Result<Output, Error>☆50Updated last year
- A tiny utility to help save you a lot of effort with long winded `#[cfg()]` checks in Rust.☆78Updated last week
- Queue futures to run concurrently, in the order they're spawned, and with global and group limits.☆61Updated last week
- A better metrics crate☆30Updated 2 months ago
- Generic Async Semaphore☆18Updated last week
- Lazy formatting utility macro for rust☆127Updated last year
- ☆53Updated last month
- Fallible is an Option with inverted Try-semantics.☆26Updated 2 years ago
- Hash trait that is object-safe☆32Updated last month
- Transitive derive macros for Rust☆31Updated last month
- horrible serde macro stuff☆39Updated last year
- Serde-based replacement for #[derive(Debug)]☆67Updated 6 months ago
- Variant of Rust's std::Arc that supports atomic replacement of the value.☆86Updated 2 weeks ago