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:
- `$crate` in procedural macros.☆75Updated 2 weeks ago
- Fast Function Dispatch: Improving the performance of Rust's dynamic function calls☆33Updated 11 months ago
- A primitive for writing structural search and replace programs for rust☆32Updated 2 weeks ago
- A low-ish level tool for easily writing and hosting WASM based plugins.☆70Updated last year
- A tiny utility to help save you a lot of effort with long winded `#[cfg()]` checks in Rust.☆86Updated 5 months ago
- Unbuffered and unlocked I/O streams☆45Updated 6 months ago
- A concise, self-describing binary format written in Rust for Serde☆66Updated last year
- Threadsafe RefCell for Rust☆95Updated 6 months ago
- Compile-time temporary directory shared by multiple crates and erased by `cargo clean`☆76Updated 2 weeks ago
- Lending iterators on stable Rust☆83Updated last year
- Nudging the compiler to auto-vectorize things☆75Updated 2 years ago
- Typed index version of Rust slice and Vec containers☆74Updated last month
- Easy-to-use optional function arguments for Rust☆47Updated last year
- cross-platform Rust API for memory mapped IO☆42Updated last year
- ☆34Updated 10 months ago
- Automatic cfg for Rust compiler features☆103Updated 3 months ago
- Helper macros: autoimpl, impl_scope☆67Updated last week
- ☆43Updated 4 months ago
- An object system for Rust based on relative pointers☆38Updated 2 years ago
- Temporarily take ownership of a value at a mutable location, and replace it with a new value based on the old one.☆112Updated 4 months ago
- Procedural macro to mock returning (values referencing) locals from a function (using CPS)☆33Updated 11 months ago
- Inline procedural macros for Rust☆56Updated 3 years ago
- Stack-allocated DSTs for rust (fixed capacity)☆50Updated last year
- Mirror of Rust's allocator api for use on stable rust☆65Updated 3 weeks ago
- A Rust library for runtime-checked linearish types☆35Updated 2 years ago
- A simple and convenient way to bundle owned data with a borrowing type.☆28Updated 3 years ago
- Efficient byte-stream pipe buffer☆43Updated last year
- (lifetime) GATs on stable Rust☆59Updated last year
- cargo subcommand for building proc-macro crates with web assembly☆34Updated 4 years ago
- A parser and evaluator for Rust cfg() expressions. Targets as of Rust 1.58.0 are supported.☆44Updated 2 weeks ago