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:
- Emulating Higher-Kinded Types in Rust via Plug/Unplug. Also, Monads.☆30Updated 5 years ago
- Type-level named values with partial dependent type support in Rust☆57Updated 3 years ago
- This crate demonstrates an approach to including KaTeX in Rust docs☆28Updated 6 years ago
- An intrusive splay tree implementation that is no-std compatible and free from allocation and moves☆67Updated 3 months ago
- A small ASCII-only bounded length string representation.☆60Updated 3 years ago
- Hazard pointer based concurrent memory reclamation for Rust.☆30Updated 5 years ago
- Experimental type level programming in Rust☆37Updated 4 years ago
- A Rust library providing a stack-like memory allocator with double-ended allocation support.☆22Updated 4 years ago
- ☆53Updated 5 years ago
- 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
- ☆46Updated 4 years ago
- Stack-allocated trait objects☆18Updated 3 years ago
- An experimental reimplementation of rowan, focused on size efficiency☆25Updated 4 years ago
- A perf script for helping to answer queries about how much time a given function occupies, where it is called from, and so forth.☆39Updated 7 years ago
- ☆63Updated 8 years ago
- Set theory applied on sorted and deduplicated slices.☆47Updated 2 years ago
- obsolete since rust 1.35.0 doesn't need it anymore☆10Updated 3 years ago
- ☆31Updated 5 years ago
- Rust: Get multiple mutable references to the same collection☆13Updated 7 years ago
- Token tree calling convention☆80Updated 2 years ago
- Run a function after some data was mutably borrowed☆30Updated 4 years ago
- Low-level manipulations of IEEE754 floating-point numbers.☆29Updated 2 years ago
- ☆18Updated 5 years ago
- A linear solver designed to be easy to use with Rust enums.☆32Updated 4 years ago
- Arena allocator with scopes☆44Updated 2 years ago
- A fast, small, full-featured, no-std compatible oneshot channel☆60Updated last year
- Collection of typed data structures, trait operators and aliases☆51Updated 4 years ago
- A safe-guarded transmute for Rust☆39Updated last year
- An experiment in embedding layout computations in the type system.☆17Updated 5 years ago
- A growable array allowing for multiple mutable non-overlapping regions.☆16Updated 6 years ago