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:
- A tiny utility to help save you a lot of effort with long winded `#[cfg()]` checks in Rust.☆91Updated 8 months ago
- Threadsafe RefCell for Rust☆99Updated 10 months ago
- Fast Function Dispatch: Improving the performance of Rust's dynamic function calls☆36Updated last year
- An object system for Rust based on relative pointers☆38Updated 3 years ago
- A primitive for writing structural search and replace programs for rust☆31Updated 3 months ago
- A concise, self-describing binary format written in Rust for Serde☆67Updated last year
- Lending iterators on stable Rust☆83Updated 2 years ago
- Compile-time temporary directory shared by multiple crates and erased by `cargo clean`☆77Updated 3 weeks ago
- Helper macros: autoimpl, impl_scope☆68Updated last month
- Stack-allocated DSTs for rust (fixed capacity)☆51Updated last year
- (lifetime) GATs on stable Rust☆59Updated 2 years ago
- cross-platform Rust API for memory mapped IO☆42Updated last year
- Typed index version of Rust slice and Vec containers☆75Updated last month
- Nudging the compiler to auto-vectorize things☆75Updated 2 years ago
- A low-ish level tool for easily writing and hosting WASM based plugins.☆71Updated last year
- Procedural macro to mock returning (values referencing) locals from a function (using CPS)☆35Updated last year
- A Rust library for runtime-checked linearish types☆37Updated 2 years ago
- Attribute proc-macro to simplify deriving standard and other traits with custom generic type bounds.☆87Updated 3 weeks ago
- A newtype with alignment of at least `A` bytes☆33Updated last month
- Macro for sealing traits and structures☆60Updated last year
- Const equivalents of std functions, compile-time comparison, and parsing.☆118Updated 2 months ago
- Self-referencial structs using the async/await transformation☆43Updated 4 years ago
- Automatic cfg for Rust compiler features☆110Updated 6 months ago
- Unbuffered and unlocked I/O streams☆45Updated 10 months ago
- Rust String type with configurable byte storage.☆36Updated last year
- `$crate` in procedural macros.☆79Updated last month
- Inline procedural macros for Rust☆56Updated 3 years ago
- Efficient byte-stream pipe buffer☆44Updated last year
- sptr: The Strict Provenance Polyfill☆75Updated 2 years ago
- Rust crate that provides number types similar to std's NonZero* types, but that cannot hold a type's maximum value instead.☆55Updated 2 months ago