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:
- #[derive(Future, Stream, Sink, AsyncRead, AsyncWrite, AsyncSeek, AsyncBufRead)] for enums.☆17Updated 3 months ago
- cross-platform Rust API for memory mapped IO☆42Updated last year
- Rust String type with configurable byte storage.☆35Updated 9 months ago
- To futures-lite as futures-lite is to futures: smaller.☆54Updated 6 months ago
- Generate is a library for building iterators on the fly☆39Updated 4 years ago
- A Rust memory allocator for large slices that don't escape the stack.☆30Updated 2 years ago
- A memory efficient container for rust nested collections☆40Updated 2 years ago
- Rust crate to use process file descriptors (pidfd) for Linux☆49Updated last month
- Asynchronize blocking operation.☆26Updated 3 years ago
- Rust closures you can transfer over an FFI boundary☆27Updated 4 years ago
- A rust library for reusing heap allocations☆24Updated 5 years ago
- A fast, small, full-featured, no-std compatible oneshot channel☆60Updated last year
- A parser and evaluator for Rust cfg() expressions. Targets as of Rust 1.58.0 are supported.☆41Updated last month
- A futures abstraction that runs a set of futures which may complete in any order.☆90Updated 3 months ago
- Remove Cargo.lock lockfile☆32Updated 5 months ago
- Rust crate for accepting general reference-like values without proliferating generics.☆36Updated 8 years ago
- SegVec data structure for rust. Similar to Vec, but allocates memory in chunks of increasing size.☆38Updated last year
- ☆39Updated 2 years ago
- Hassle-free asynchronous programming for Rust☆32Updated 2 months ago
- A tiny crate mimicking Elixir's pipe operator for Rust without macros.