SergioBenitez / proc-macro-starterLinks
Starter code for writing procedural macros in Rust.
☆17Updated 7 years ago
Alternatives and similar repositories for proc-macro-starter
Users that are interested in proc-macro-starter are comparing it to the libraries listed below
Sorting:
- A proc macro for real async traits, using nightly-only existential types and generic associated types to work around the need for type er…☆45Updated 3 years ago
- An intrusive splay tree implementation that is no-std compatible and free from allocation and moves☆67Updated 8 months ago
- obsolete since rust 1.35.0 doesn't need it anymore☆10Updated 4 years ago
- A small ASCII-only bounded length string representation.☆61Updated 3 years ago
- Set theory applied on sorted and deduplicated slices.☆47Updated 3 years ago
- ☆53Updated 6 years ago
- Type-level named values with partial dependent type support in Rust☆57Updated 3 years ago
- ☆30Updated last year
- Emulating Higher-Kinded Types in Rust via Plug/Unplug. Also, Monads.☆30Updated 6 years ago
- An experiment in embedding layout computations in the type system.☆17Updated 6 years ago
- Collection of typed data structures, trait operators and aliases☆51Updated 5 years ago
- PEG parser generator built on top of nom☆70Updated 6 years ago
- A simple Vec-like API over a struct of arrays layout for Rust