sam0x17 / macro_stateLinks
A simple set of Rust proc macros for reading and writing global compile-time state between macro calls
☆29Updated last year
Alternatives and similar repositories for macro_state
Users that are interested in macro_state are comparing it to the libraries listed below
Sorting:
- Fast Function Dispatch: Improving the performance of Rust's dynamic function calls☆33Updated last year
- A tiny utility to help save you a lot of effort with long winded `#[cfg()]` checks in Rust.☆88Updated 6 months ago
- Threadsafe RefCell for Rust☆95Updated 8 months ago
- A primitive for writing structural search and replace programs for rust☆31Updated last month
- Compile-time temporary directory shared by multiple crates and erased by `cargo clean`☆76Updated last month
- A concise, self-describing binary format written in Rust for Serde☆67Updated last year
- `$crate` in procedural macros.☆76Updated last month
- A Rust library for runtime-checked linearish types☆36Updated 2 years ago
- Macro for sealing traits and structures☆59Updated 11 months ago
- Efficient byte-stream pipe buffer☆43Updated last year
- Unbuffered and unlocked I/O streams☆45Updated 8 months ago
- Helper macros: autoimpl, impl_scope☆68Updated last month
- ☆34Updated 11 months ago
- Inline procedural macros for Rust☆56Updated 3 years ago
- cross-platform Rust API for memory mapped IO☆42Updated last year
- Data structures like Rust `alloc` which reuse user allocated memory☆61Updated last month
- Stack-allocated DSTs for rust (fixed capacity)☆50Updated last year
- Nudging the compiler to auto-vectorize things☆75Updated 2 years ago
- Lending iterators on stable Rust☆83Updated last year
- Attribute proc-macro to simplify deriving standard and other traits with custom generic type bounds.☆86Updated 3 months ago
- cargo subcommand for building proc-macro crates with web assembly☆34Updated 5 years ago
- Mirror of Rust's allocator api for use on stable rust☆68Updated 2 months ago
- impl fallible collections in rust, quite as describe in RFC 2116☆40Updated last year
- Take a value atomically once.☆30Updated 2 years ago
- Procedural macro to mock returning (values referencing) locals from a function (using CPS)☆34Updated last year
- An object system for Rust based on relative pointers☆38Updated 2 years ago
- A thread pool for running multiple tasks on a configurable group of threads.☆51Updated last year
- A low-ish level tool for easily writing and hosting WASM based plugins.☆71Updated last year
- Rust crate that provides number types similar to std's NonZero* types, but that cannot hold a type's maximum value instead.☆51Updated 3 weeks ago
- Self-referencial structs using the async/await transformation☆43Updated 4 years ago