dtolnay / reflectLinks
Compile-time reflection API for developing robust procedural macros (proof of concept)
☆760Updated last month
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,064Updated last year
- Slab allocator for Rust☆848Updated 3 months ago
- Test harness for ui tests of compiler diagnostics☆935Updated this week
- Typed distributed plugin registration☆1,208Updated last week
- Slotmap data structure for Rust☆1,250Updated last year
- A vector with a fixed capacity. (Rust)☆832Updated last year
- The arena, a fast but limited type of allocator☆566Updated last year
- Rust method delegation with less boilerplate☆502Updated 3 months ago
- Module initialization/global constructor functions for Rust☆925Updated last week
- "Small vector" optimization for Rust: store up to a small number of items on the stack☆1,554Updated last month
- A Rust proc-macro attribute parser☆1,186Updated last month
- Safe cross-platform linker shenanigans☆797Updated last week
- ☆880Updated last week
- A memory efficient string type that can store up to 24* bytes on the stack☆787Updated last month
- A macro to generate structures which behave like bitflags☆1,066Updated 3 weeks ago
- Arena based tree 🌲 structure by using indices instead of reference counted pointers☆768Updated 3 months ago
- Easy self-referential struct generation for Rust.☆669Updated 10 months ago
- Compile-time type-checked builder derive☆1,111Updated 3 weeks ago
- Rust doesn't have exceptions☆636Updated 5 years ago
- Fast floating point to string conversion☆667Updated 3 weeks ago
- Rust-to-Rust ffi,ffi-safe equivalents of std types,and creating libraries loaded at startup.☆570Updated 2 years ago
- Attribute macro to require that the compiler prove a function can't ever panic☆1,162Updated 3 weeks ago
- Ensure correct assumptions about constants, types, and more in Rust☆634Updated last year
- Just, really the littlest Vec you could need. So smol.☆711Updated 2 months ago
- Runtime for executing procedural macros as WebAssembly☆1,442Updated 2 weeks ago
- Write safer FFI code in Rust without polluting it with unsafe code☆1,010Updated 3 weeks ago
- A minimal `syn` syntax tree pretty-printer☆724Updated 3 weeks ago
- Rust quasi-quoting☆1,482Updated last week
- Intrusive collections for Rust☆470Updated last year
- Stackless generators on stable Rust.☆471Updated 3 years ago