dtolnay / reflectLinks
Compile-time reflection API for developing robust procedural macros (proof of concept)
☆768Updated last month
Alternatives and similar repositories for reflect
Users that are interested in reflect are comparing it to the libraries listed below
Sorting:
- Slab allocator for Rust☆866Updated last week
- A vector with a fixed capacity. (Rust)☆851Updated last year
- Macros for all your token pasting needs☆1,074Updated last year
- Test harness for ui tests of compiler diagnostics☆949Updated this week
- Slotmap data structure for Rust☆1,284Updated last month
- Typed distributed plugin registration☆1,250Updated last week
- The arena, a fast but limited type of allocator☆575Updated last year
- Safe cross-platform linker shenanigans☆825Updated last month
- Rust method delegation with less boilerplate☆509Updated 2 months ago
- "Small vector" optimization for Rust: store up to a small number of items on the stack☆1,609Updated last month
- Ensure correct assumptions about constants, types, and more in Rust☆644Updated 2 years ago
- Module initialization/global constructor functions for Rust☆953Updated last month
- A Rust proc-macro attribute parser☆1,225Updated 2 weeks ago
- Rust-to-Rust ffi,ffi-safe equivalents of std types,and creating libraries loaded at startup.☆578Updated 2 years ago
- Attribute macro to require that the compiler prove a function can't ever panic☆1,181Updated 3 weeks ago
- Just, really the littlest Vec you could need. So smol.☆722Updated this week
- A memory efficient string type that can store up to 24* bytes on the stack☆814Updated last month
- Fast floating point to string conversion☆688Updated last week
- ☆899Updated last week
- A macro to generate structures which behave like bitflags☆1,093Updated last month
- Write safer FFI code in Rust without polluting it with unsafe code☆1,022Updated 2 weeks ago
- Compact inlined strings for Rust.☆541Updated 2 years ago
- Arena based tree 🌲 structure by using indices instead of reference counted pointers☆772Updated 5 months ago
- Stackless generators on stable Rust.☆476Updated 3 years ago
- Easy self-referential struct generation for Rust.☆690Updated last year
- Rust doesn't have exceptions☆634Updated 5 years ago
- Compile-time reference counting☆456Updated 8 months ago
- An implementation of Joshua Yanovski's Ghost Cell paper.☆498Updated 2 years ago
- Numeric traits for generic mathematics in Rust☆910Updated 7 months ago
- Heap profiling and ad hoc profiling for Rust programs.☆931Updated 11 months ago