dtolnay / reflectLinks
Compile-time reflection API for developing robust procedural macros (proof of concept)
☆759Updated 3 weeks ago
Alternatives and similar repositories for reflect
Users that are interested in reflect are comparing it to the libraries listed below
Sorting:
- Macros for all your token pasting needs☆1,054Updated 11 months ago
- Slab allocator for Rust☆839Updated last month
- Test harness for ui tests of compiler diagnostics☆917Updated 3 weeks ago
- A vector with a fixed capacity. (Rust)☆829Updated 10 months ago
- Typed distributed plugin registration☆1,178Updated this week
- Rust method delegation with less boilerplate☆496Updated last month
- Slotmap data structure for Rust☆1,233Updated last year
- The arena, a fast but limited type of allocator☆553Updated last year
- Rust doesn't have exceptions☆634Updated 5 years ago
- Attribute macro to require that the compiler prove a function can't ever panic☆1,146Updated this week
- A macro to generate structures which behave like bitflags☆1,046Updated last week
- Safe cross-platform linker shenanigans☆777Updated this week
- A Rust proc-macro attribute parser☆1,165Updated this week
- "Small vector" optimization for Rust: store up to a small number of items on the stack☆1,523Updated 2 months ago
- Rust quasi-quoting☆1,456Updated this week
- A memory efficient string type that can store up to 24* bytes on the stack☆762Updated 6 months ago
- Ensure correct assumptions about constants, types, and more in Rust☆630Updated last year
- Fast floating point to string conversion☆650Updated 3 weeks ago
- ☆857Updated 3 weeks ago
- Arena based tree 🌲 structure by using indices instead of reference counted pointers☆762Updated last month
- A port of MUSL's libm to Rust.☆633Updated 4 months ago
- Stackless generators on stable Rust.☆469Updated 3 years ago
- Rust-to-Rust ffi,ffi-safe equivalents of std types,and creating libraries loaded at startup.☆561Updated last year
- Compile-time type-checked builder derive☆1,074Updated last week
- Just, really the littlest Vec you could need. So smol.☆705Updated 3 weeks ago
- Module initialization/global constructor functions for Rust☆898Updated last month
- A crate for managing memory bit by bit☆1,326Updated last year
- Easy self-referential struct generation for Rust.☆649Updated 8 months ago
- Numeric traits for generic mathematics in Rust☆861Updated 2 months ago
- An implementation of Joshua Yanovski's Ghost Cell paper.☆482Updated last year