dtolnay / reflectLinks
Compile-time reflection API for developing robust procedural macros (proof of concept)
☆757Updated 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☆842Updated last month
- Macros for all your token pasting needs☆1,055Updated 11 months ago
- Test harness for ui tests of compiler diagnostics☆924Updated 2 weeks ago
- A vector with a fixed capacity. (Rust)☆831Updated 11 months ago
- Safe cross-platform linker shenanigans☆786Updated this week
- Typed distributed plugin registration☆1,188Updated 2 weeks ago
- Rust method delegation with less boilerplate☆496Updated 2 months ago
- The arena, a fast but limited type of allocator☆557Updated last year
- Module initialization/global constructor functions for Rust☆903Updated last month
- Arena based tree 🌲 structure by using indices instead of reference counted pointers☆764Updated last month
- A Rust proc-macro attribute parser☆1,170Updated this week
- Slotmap data structure for Rust