dtolnay / macro-string
Eager evaluation of macros like `concat!` and `env!`
☆38Updated 3 weeks ago
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 3 weeks ago
- Reports when tokio runtime threads are blocking☆64Updated 6 months ago
- Serde Visitor for deserializing untagged enums☆62Updated 3 weeks ago
- Attribute proc-macro to simplify deriving standard and other traits with custom generic type bounds.☆70Updated 2 months ago
- https://github.com/rust-lang/cargo/issues/948☆57Updated 7 months ago
- A primitive for writing structural search and replace programs for rust☆31Updated 8 months ago
- Lending iterators on stable Rust☆82Updated last year
- Combinator methods for `std::AsyncIterator` using all the new `async` superpowers☆10Updated last year
- A hash table with strong order and fast iteration; access items by key or sequence index☆37Updated 2 weeks ago
- Async, lock-free synchronization primitives for task wakeup☆44Updated 6 months ago
- ☆53Updated 3 weeks ago
- Imitate the documentation build that docs.rs would do☆50Updated 2 months ago
- ☆65Updated 9 months ago
- 🐱concat! with support for const variables and expressions☆41Updated 2 months ago
- Experimenting with Rust's fundamental data model☆51Updated 5 months ago
- ☆120Updated last week
- Access and evaluate tracing logs in async and sync tests.☆70Updated 10 months ago
- Queue futures to run concurrently, in the order they're spawned, and with global and group limits.☆59Updated this week
- The quickest way to override dependencies with Cargo☆60Updated 2 weeks ago
- `Debug` in rust, but only supports valid rust syntax and outputs nicely formatted using pretty-please☆39Updated 11 months ago
- Minimalist Rust syntax parsing for procedural macros☆63Updated 10 months ago
- Variant of Rust's std::Arc that supports atomic replacement of the value.☆86Updated this week
- Some internal rustc tools made accessible