dtolnay / reflectLinks
Compile-time reflection API for developing robust procedural macros (proof of concept)
☆762Updated last week
Alternatives and similar repositories for reflect
Users that are interested in reflect are comparing it to the libraries listed below
Sorting:
- Test harness for ui tests of compiler diagnostics☆940Updated last week
- Slab allocator for Rust☆853Updated 3 weeks ago
- Macros for all your token pasting needs☆1,064Updated last year
- A vector with a fixed capacity. (Rust)☆836Updated last year
- Rust method delegation with less boilerplate☆503Updated 2 weeks ago
- Typed distributed plugin registration☆1,215Updated last week
- The arena, a fast but limited type of allocator☆569Updated last year
- Slotmap data structure for Rust☆1,257Updated last year
- Safe cross-platform linker shenanigans☆804Updated last week
- Rust-to-Rust ffi,ffi-safe equivalents of std types,and creating libraries loaded at startup.☆574Updated 2 years ago
- ☆884Updated last week
- Ensure correct assumptions about constants, types, and more in Rust☆639Updated 2 years ago
- "Small vector" optimization for Rust: store up to a small number of items on the stack☆1,571Updated 2 weeks ago
- Just, really the littlest Vec you could need. So smol.☆710Updated 3 months ago
- A Rust proc-macro attribute parser☆1,195Updated last week
- Rust doesn't have exceptions☆636Updated 5 years ago
- A macro to generate structures which behave like bitflags☆1,078Updated last month
- Module initialization/global constructor functions for Rust☆935Updated last month
- Rust quasi-quoting☆1,491Updated last week
- Easy self-referential struct generation for Rust.☆673Updated 10 months ago
- Runtime for executing procedural macros as WebAssembly☆1,442Updated last week
- An implementation of Joshua Yanovski's Ghost Cell paper.☆492Updated last year
- A memory efficient string type that can store up to 24* bytes on the stack☆795Updated 2 months ago
- Compile-time type-checked builder derive☆1,117Updated 2 weeks ago
- Attribute macro to require that the compiler prove a function can't ever panic☆1,164Updated last week
- Arena based tree 🌲 structure by using indices instead of reference counted pointers☆768Updated 3 months ago
- Compact inlined strings for Rust.☆536Updated 2 years ago
- Stackless generators on stable Rust.☆473Updated 3 years ago
- Write safer FFI code in Rust without polluting it with unsafe code☆1,017Updated last month
- Heap profiling and ad hoc profiling for Rust programs.☆901Updated 9 months ago