LPGhatguy / nonmaxLinks
Rust crate that provides number types similar to std's NonZero* types, but that cannot hold a type's maximum value instead.
☆55Updated 2 months ago
Alternatives and similar repositories for nonmax
Users that are interested in nonmax are comparing it to the libraries listed below
Sorting:
- Threadsafe RefCell for Rust☆99Updated 9 months ago
- Const TypeId and non-'static TypeId☆70Updated 3 weeks ago
- Macro for sealing traits and structures☆60Updated last year
- A SIMD-accelerated Adler-32 hash algorithm implementation.☆43Updated last month
- Exposes arch-specific intrinsics as safe function (via cfg).☆57Updated last month
- Data structures like Rust `alloc` which reuse user allocated memory☆61Updated 3 months ago
- Const equivalents of std functions, compile-time comparison, and parsing.☆118Updated 2 months ago
- A sinless derive helper☆77Updated 3 weeks ago
- Better reference counted strings for Rust☆139Updated last year
- Find out about keys that are ignored when deserializing data☆95Updated 3 weeks ago
- Attribute proc-macro to simplify deriving standard and other traits with custom generic type bounds.☆87Updated 3 weeks ago
- Safe, zero-cost downcasting for limited compile-time specialization.☆178Updated 5 months ago
- A tiny utility to help save you a lot of effort with long winded `#[cfg()]` checks in Rust.☆91Updated 8 months ago
- ☆43Updated 2 years ago
- ☆42Updated 2 years ago
- ASCII-only equivalents to `char`, `str` and `String`.☆74Updated last year
- Faster integer division and modulus operations☆88Updated 6 months ago
- ☆39Updated last year
- Mirror of Rust's allocator api for use on stable rust☆72Updated last month
- Postfix macros on stable Rust, today.☆75Updated 4 years ago
- Temporarily take ownership of a value at a mutable location, and replace it with a new value based on the old one.☆114Updated 7 months ago
- A map implementation that relies on fixed-size storage derived by a procedural macro☆52Updated 3 months ago
- Migrated to Codeberg☆79Updated 2 years ago
- Parsing and inspecting Rust literals (particularly useful for proc macros)☆50Updated 2 months ago
- Stack-allocated DSTs for rust (fixed capacity)☆51Updated last year
- Rust wrapper type that implements hashing and comparison by pointer address☆35Updated last year
- horrible serde macro stuff☆39Updated 2 years ago
- A low-ish level tool for easily writing and hosting WASM based plugins.☆71Updated last year
- A library for compact bit sets containing enums.☆121Updated last month
- serde::Deserializer for proc_macro/proc_macro2::TokenStream☆74Updated last year