dtolnay / reflectLinks
Compile-time reflection API for developing robust procedural macros (proof of concept)
☆756Updated 2 weeks ago
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☆821Updated 2 weeks ago
- Macros for all your token pasting needs☆1,054Updated 10 months ago
- Slotmap data structure for Rust☆1,222Updated last year
- Typed distributed plugin registration☆1,156Updated last week
- Test harness for ui tests of compiler diagnostics☆914Updated 3 weeks ago
- The arena, a fast but limited type of allocator☆552Updated last year
- A vector with a fixed capacity. (Rust)☆829Updated 10 months ago
- "Small vector" optimization for Rust: store up to a small number of items on the stack☆1,523Updated last month
- Rust-to-Rust ffi,ffi-safe equivalents of std types,and creating libraries loaded at startup.☆560Updated last year
- A Rust proc-macro attribute parser☆1,154Updated last week
- Rust method delegation with less boilerplate☆494Updated last month
- Safe cross-platform linker shenanigans☆770Updated 3 weeks ago
- Easy self-referential struct generation for Rust.☆637Updated 7 months ago
- Module initialization/global constructor functions for Rust☆891Updated 2 weeks ago
- Ensure correct assumptions about constants, types, and more in Rust☆627Updated last year
- Attribute macro to require that the compiler prove a function can't ever panic☆1,140Updated 5 months ago
- ☆849Updated last week
- A macro to generate structures which behave like bitflags☆1,042Updated last week
- Rust doesn't have exceptions☆633Updated 5 years ago
- Arena based tree 🌲 structure by using indices instead of reference counted pointers☆760Updated 2 weeks ago
- Write safer FFI code in Rust without polluting it with unsafe code☆1,006Updated 2 weeks ago
- Heap profiling and ad hoc profiling for Rust programs.☆871Updated 6 months ago
- Rust quasi-quoting☆1,444Updated last week
- A memory efficient string type that can store up to 24* bytes on the stack☆754Updated 5 months ago
- Compile-time type-checked builder derive☆1,055Updated last week
- Support atomic operations on Arc itself☆1,072Updated 3 weeks ago
- Just, really the littlest Vec you could need. So smol.☆704Updated this week
- Intrusive collections for Rust☆458Updated 11 months ago
- Compact inlined strings for Rust.☆528Updated last year
- Numeric traits for generic mathematics in Rust☆857Updated 2 months ago