LPGhatguy / nonmax
Rust crate that provides number types similar to std's NonZero* types, but that cannot hold a type's maximum value instead.
☆46Updated last year
Alternatives and similar repositories for nonmax:
Users that are interested in nonmax are comparing it to the libraries listed below
- Stack-allocated DSTs for rust (fixed capacity)☆48Updated 11 months ago
- Macro for sealing traits and structures☆50Updated 2 months ago
- Const TypeId and non-'static TypeId☆59Updated this week
- Data structures like Rust `alloc` which reuse user allocated memory☆52Updated 4 months ago
- Procedural macro to mock returning (values referencing) locals from a function (using CPS)☆30Updated 3 months ago
- A memory efficient syntax tree for language developers☆54Updated 3 weeks ago
- Threadsafe RefCell for Rust☆90Updated last year
- Mirror of Rust's allocator api for use on stable rust☆50Updated 2 months ago
- A sinless derive helper☆62Updated 3 months ago
- A primitive for writing structural search and replace programs for rust☆31Updated 7 months ago
- A SIMD-accelerated Adler-32 hash algorithm implementation.☆37Updated 4 months ago
- Compile-time temporary directory shared by multiple crates and erased by `cargo clean`☆74Updated this week
- `$crate` in procedural macros.☆69Updated last month
- ☆53Updated 9 months ago
- Exposes arch-specific intrinsics as safe function (via cfg).☆51Updated last month
- ☆36Updated last year
- ☆41Updated last year
- docs.rs as a publishing platform?☆68Updated 3 weeks ago
- Const equivalents of std functions, compile-time comparison, and parsing.☆92Updated last month
- horrible serde macro stuff