azriel91 / proc_macro_roidsLinks
Traits and functions to make writing proc macros more ergonomic.
☆22Updated 2 years ago
Alternatives and similar repositories for proc_macro_roids
Users that are interested in proc_macro_roids are comparing it to the libraries listed below
Sorting:
- A fast, small, full-featured, no-std compatible oneshot channel☆60Updated last year
- SegVec data structure for rust. Similar to Vec, but allocates memory in chunks of increasing size.☆38Updated last year
- Rust closures you can transfer over an FFI boundary☆27Updated 4 years ago
- Rust crate for accepting general reference-like values without proliferating generics.☆36Updated 8 years ago
- cross-platform Rust API for memory mapped IO☆42Updated last year
- A parser and evaluator for Rust cfg() expressions. Targets as of Rust 1.58.0 are supported.☆44Updated last month
- ☆56Updated 2 years ago
- Generate is a library for building iterators on the fly☆39Updated 4 years ago
- A memory efficient container for rust nested collections☆40Updated 3 years ago
- A radioactive stabilization of the ptr_meta RFC.☆30Updated 4 months ago
- [DEPRECATED] Prevent false sharing by padding and aligning to the length of a cache line☆51Updated 2 years ago
- Asynchronize blocking operation.☆26Updated 3 years ago
- A Rust library for runtime-checked linearish types☆35Updated 2 years ago
- Rust library providing `Zc` for self-referential zero-copy structures☆41Updated 4 years ago
- ☆35Updated 7 months ago
- An attribute macro for creating a `Standard` distribution for rust types☆16Updated 4 years ago
- ☆27Updated 2 years ago
- Generic SIMD abstractions for Rust.☆46Updated 2 years ago
- Rust String type with configurable byte storage.☆35Updated 11 months ago
- To futures-lite as futures-lite is to futures: smaller.☆54Updated 8 months ago
- impl fallible collections in rust, quite as describe in RFC 2116☆39Updated 10 months ago
- Asynchronous pipelines of contiguous data, for rust.☆17Updated last year
- Trait aliases on stable Rust☆56Updated 3 years ago
- impl Stream for (your own) Generator☆18Updated 6 years ago
- Collection of typed data structures, trait operators and aliases☆51Updated 4 years ago
- A thread pool for running multiple tasks on a configurable group of threads.☆51Updated last year
- Cache & In-Memory optimizations for Rust, revived from the slabs of Sumer.