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:
- Unbuffered and unlocked I/O streams☆45Updated 9 months ago
- Threadsafe RefCell for Rust☆99Updated 9 months ago
- Efficient byte-stream pipe buffer☆44Updated last year
- A tiny utility to help save you a lot of effort with long winded `#[cfg()]` checks in Rust.☆88Updated 8 months ago
- A low-ish level tool for easily writing and hosting WASM based plugins.☆71Updated last year
- A primitive for writing structural search and replace programs for rust☆31Updated 3 months ago
- Fast Function Dispatch: Improving the performance of Rust's dynamic function calls☆36Updated last year
- Helper macros: autoimpl, impl_scope☆68Updated 3 weeks ago
- An object system for Rust based on relative pointers☆38Updated 3 years ago
- Compile-time temporary directory shared by multiple crates and erased by `cargo clean`☆76Updated this week
- Lending iterators on stable Rust☆83Updated last year
- Macro for sealing traits and structures☆60Updated last year
- A concise, self-describing binary format written in Rust for Serde☆67Updated last year
- ☆42Updated 2 years ago
- Take a value atomically once.☆30Updated 2 years ago
- Inline procedural macros for Rust☆56Updated 3 years ago
- `$crate` in procedural macros.☆78Updated last month
- Data structures like Rust `alloc` which reuse user allocated memory☆61Updated 2 months ago
- Nudging the compiler to auto-vectorize things☆75Updated 2 years ago
- Memory validation framework for Rust☆72Updated 2 months ago
- A newtype with alignment of at least `A` bytes☆32Updated last week
- Attribute proc-macro to simplify deriving standard and other traits with custom generic type bounds.☆87Updated last week
- cross-platform Rust API for memory mapped IO☆42Updated last year
- Stack-allocated DSTs for rust (fixed capacity)☆50Updated last year
- impl fallible collections in rust, quite as describe in RFC 2116☆40Updated last year
- Yet Another Async Runtime (yaar) focused on forbid(unsafe) and scalability☆81Updated 4 years ago
- Unsafe marker trait for types that deref to a stable address☆32Updated 2 months ago
- ☆30Updated last year
- A parser and evaluator for Rust cfg() expressions. Targets as of Rust 1.58.0 are supported.☆45Updated 2 weeks ago
- Procedural macro to mock returning (values referencing) locals from a function (using CPS)☆35Updated last year