sam0x17 / macro_state
A simple set of Rust proc macros for reading and writing global compile-time state between macro calls
☆29Updated 6 months ago
Alternatives and similar repositories for macro_state:
Users that are interested in macro_state are comparing it to the libraries listed below
- A primitive for writing structural search and replace programs for rust☆31Updated 9 months ago
- Fast Function Dispatch: Improving the performance of Rust's dynamic function calls☆32Updated 6 months ago
- Cross-platform, endian-aware primitives for Rust☆36Updated 6 months ago
- Procedural macro to mock returning (values referencing) locals from a function (using CPS)☆30Updated 6 months ago
- Efficient byte-stream pipe buffer☆43Updated 9 months ago
- cross-platform Rust API for memory mapped IO☆42Updated 11 months ago
- Rust crate that provides number types similar to std's NonZero* types, but that cannot hold a type's maximum value instead.☆46Updated last year
- Attribute proc-macro to simplify deriving standard and other traits with custom generic type bounds.☆71Updated this week
- A rust proc-macro to generate conversions for an enum of newtype variants☆28Updated 2 years ago
- Some internal rustc tools made accessible☆47Updated 3 months ago
- A tiny utility to help save you a lot of effort with long winded `#[cfg()]` checks in Rust.☆78Updated last week
- Trait synonyms for “Fn[…]”-trait bounds returning futures☆21Updated 3 years ago
- Lending iterators on stable Rust☆82Updated last year
- ☆39Updated last year
- ☆29Updated last year
- Stack-allocated DSTs for rust (fixed capacity)☆49Updated last year
- Rust String type with configurable byte storage.☆35Updated 7 months ago
- Experimenting with Rust's fundamental data model☆51Updated 6 months ago
- Compile-time temporary directory shared by multiple crates and erased by `cargo clean`☆75Updated last month
- Make any value Sync but only available on its original thread☆39Updated last month
- A Rust library for runtime-checked linearish types☆32Updated last year
- A more flexible version of the Rust `scoped-tls` library☆18Updated 7 months ago
- An object system for Rust based on relative pointers☆38Updated 2 years ago
- Rust traits for key comparison in maps.☆25Updated 2 months ago
- Easy-to-use optional function arguments for Rust☆47Updated last year
- Data structures like Rust `alloc` which reuse user allocated memory☆54Updated 7 months ago
- Macro for sealing traits and structures☆53Updated 4 months ago
- Mirror of Rust's allocator api for use on stable rust☆57Updated 2 months ago
- Take a value atomically once.☆29Updated 2 years ago
- A parser and evaluator for Rust cfg() expressions. Targets as of Rust 1.58.0 are supported.☆41Updated 3 weeks ago