Mari-W / const_guardsLinks
compile time constraints on const generics made easy
☆13Updated 3 years ago
Alternatives and similar repositories for const_guards
Users that are interested in const_guards are comparing it to the libraries listed below
Sorting:
- JSON Pointer (RFC 6901) implementation for Rust☆47Updated 2 months ago
- A memory efficient container for rust nested collections☆43Updated 3 years ago
- A tiny utility to help save you a lot of effort with long winded `#[cfg()]` checks in Rust.☆92Updated 9 months ago
- Zero-cost type for stack without complicated type or Box☆45Updated 7 months ago
- Fast Function Dispatch: Improving the performance of Rust's dynamic function calls☆36Updated last year
- ☆34Updated last year
- Rust crate providing a reimplementation of the `std::Any` trait that supports types with non-`'static` lifetimes.☆41Updated last year
- An exploration of Storages☆39Updated 2 years ago
- Lending iterators on stable Rust☆83Updated 2 years ago
- Some internal rustc tools made accessible☆47Updated 3 months ago
- Obsessively tiny error derive macro☆87Updated 11 months ago
- A fast, lightweight, embedded system-friendly library for wrapping text.☆64Updated last year
- A low-ish level tool for easily writing and hosting WASM based plugins.☆71Updated last year
- ☆43Updated 2 years ago
- Convert number to enum☆87Updated last year
- A Rust crate with a sscanf (inverse of format!()) Macro based on Regex☆33Updated last week
- Minimalist Rust syntax parsing for procedural macros☆66Updated last year
- A thread pool for running multiple tasks on a configurable group of threads.☆51Updated 2 years ago
- Wrapper around Rc safe to send to a different thread☆26Updated 2 weeks ago
- A primitive for writing structural search and replace programs for rust☆31Updated this week
- A map implementation that relies on fixed-size storage derived by a procedural macro☆53Updated 3 months ago
- Remove Cargo.lock lockfile☆34Updated 3 weeks ago
- Zero-cost bitsets over native Rust types☆79Updated 2 months ago
- Const equivalents of std functions, compile-time comparison, and parsing.☆118Updated 2 months ago
- Rust macro to make recursive function run on the heap (i.e. no stack overflow).☆24Updated 7 months ago
- Const TypeId and non-'static TypeId☆70Updated 3 weeks ago
- Efficient byte-stream pipe buffer☆44Updated last year
- Cargo hack manager☆64Updated last year
- State machine pattern for Rust☆29Updated last year
- Trait synonyms for “Fn[…]”-trait bounds returning futures☆22Updated 4 years ago