LPGhatguy / nonmaxLinks
Rust crate that provides number types similar to std's NonZero* types, but that cannot hold a type's maximum value instead.
☆51Updated last year
Alternatives and similar repositories for nonmax
Users that are interested in nonmax are comparing it to the libraries listed below
Sorting:
- Const TypeId and non-'static TypeId☆68Updated last month
- Threadsafe RefCell for Rust☆95Updated 7 months ago
- Macro for sealing traits and structures☆59Updated 10 months ago
- Data structures like Rust `alloc` which reuse user allocated memory☆61Updated last week
- Exposes arch-specific intrinsics as safe function (via cfg).☆57Updated 2 months ago
- Const equivalents of std functions, compile-time comparison, and parsing.☆106Updated last month
- Use winit like the async runtime you've always wanted☆49Updated last year
- Mirror of Rust's allocator api for use on stable rust☆68Updated last month
- ☆43Updated 2 years ago
- Choose Rust types at compile-time via constants☆68Updated last year
- A Rust library for runtime-checked linearish types☆36Updated 2 years ago
- A sinless derive helper☆75Updated 3 months ago
- A tiny utility to help save you a lot of effort with long winded `#[cfg()]` checks in Rust.☆86Updated 6 months ago
- Attribute proc-macro to simplify deriving standard and other traits with custom generic type bounds.☆85Updated 2 months ago
- Temporarily take ownership of a value at a mutable location, and replace it with a new value based on the old one.☆114Updated 5 months ago
- A SIMD-accelerated Adler-32 hash algorithm implementation.☆40Updated last year
- Helper macros: autoimpl, impl_scope☆68Updated 3 weeks ago
- Parsing and inspecting Rust literals (particularly useful for proc macros)☆46Updated 2 months ago
- ☆41Updated 2 years ago
- Faster integer division and modulus operations☆87Updated 3 months ago
- Safe, zero-cost downcasting for limited compile-time specialization.☆174Updated 2 months ago
- A primitive for writing structural search and replace programs for rust☆32Updated last month
- A lightweight attribute macro for easily writing extension trait pattern.☆80Updated last month
- ASCII-only equivalents to `char`, `str` and `String`.☆73Updated last year
- Better reference counted strings for Rust☆137Updated last year
- Stack-allocated DSTs for rust (fixed capacity)☆50Updated last year
- A low-ish level tool for easily writing and hosting WASM based plugins.☆70Updated last year
- serde::Deserializer for proc_macro/proc_macro2::TokenStream☆73Updated 11 months ago
- Procedural macro to mock returning (values referencing) locals from a function (using CPS)☆34Updated last year
- Postfix macros on stable Rust, today.☆75Updated 4 years ago