sam0x17 / macro_state
A simple set of Rust proc macros for reading and writing global compile-time state between macro calls
☆29Updated 4 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 7 months ago
- Fast Function Dispatch: Improving the performance of Rust's dynamic function calls☆32Updated 3 months ago
- Procedural macro to mock returning (values referencing) locals from a function (using CPS)☆30Updated 3 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
- Threadsafe RefCell for Rust☆90Updated last year
- `$crate` in procedural macros.☆69Updated last month
- Stack-allocated DSTs for rust (fixed capacity)☆48Updated 11 months ago
- Data structures like Rust `alloc` which reuse user allocated memory☆52Updated 4 months ago
- A parser and evaluator for Rust cfg() expressions. Targets as of Rust 1.58.0 are supported.☆40Updated 2 months ago
- An object system for Rust based on relative pointers☆37Updated 2 years ago
- Efficient byte-stream pipe buffer☆42Updated 7 months ago
- A Rust library for runtime-checked linearish types☆32Updated last year
- A memory efficient syntax tree for language developers☆54Updated 3 weeks ago
- Take a value atomically once.☆27Updated 2 years ago
- Compile-time temporary directory shared by multiple crates and erased by `cargo clean`☆74Updated this week
- cross-platform Rust API for memory mapped IO☆41Updated 9 months ago
- Lending iterators on stable Rust☆81Updated last year
- A tiny utility to help save you a lot of effort with long winded `#[cfg()]` checks in Rust.☆76Updated last month
- Full precision decimal representation of f64☆25Updated this week
- Make any value Sync but only available on its original thread☆37Updated this week
- Attribute proc-macro to simplify deriving standard and other traits with custom generic type bounds.☆69Updated 2 weeks ago
- ☆30Updated 2 months ago
- A newtype with alignment of at least `A` bytes☆31Updated this week
- Helper macros: autoimpl, impl_scope☆59Updated last month
- A SIMD-accelerated Adler-32 hash algorithm implementation.☆37Updated 4 months ago
- A rust proc-macro to generate conversions for an enum of newtype variants☆28Updated 2 years ago
- (lifetime) GATs on stable Rust☆57Updated last year
- Cross-platform, endian-aware primitives for Rust☆35Updated 4 months ago
- cargo subcommand for building proc-macro crates with web assembly☆34Updated 4 years ago
- A lightweight attribute for easy generation of const functions with conditional compilations.☆26Updated this week