orlp / num-ordLinks
A wrapper type for cross-type numeric comparisons.
☆27Updated 2 years ago
Alternatives and similar repositories for num-ord
Users that are interested in num-ord are comparing it to the libraries listed below
Sorting:
- Threadsafe RefCell for Rust☆95Updated 5 months ago
- Rust crate that provides number types similar to std's NonZero* types, but that cannot hold a type's maximum value instead.☆49Updated last year
- Choose Rust types at compile-time via constants☆68Updated last year
- Data structures like Rust `alloc` which reuse user allocated memory☆58Updated last month
- Typed index version of Rust slice and Vec containers☆70Updated 2 weeks ago
- ☆74Updated 3 weeks ago
- Faster integer division and modulus operations☆87Updated 2 months ago
- Exposes arch-specific intrinsics as safe function (via cfg).☆58Updated 3 weeks ago
- Lending iterators on stable Rust☆83Updated last year
- Const equivalents of std functions, compile-time comparison, and parsing.☆105Updated 2 weeks ago
- A map implementation that relies on fixed-size storage derived by a procedural macro☆49Updated 3 months ago
- Big array helper for serde☆62Updated last year
- Macro for sealing traits and structures☆59Updated 9 months ago
- Temporarily take ownership of a value at a mutable location, and replace it with a new value based on the old one.☆112Updated 3 months ago
- impl fallible collections in rust, quite as describe in RFC 2116☆39Updated 9 months ago
- ☆59Updated 2 years ago
- ☆43Updated 2 years ago
- A lightweight attribute macro for easily writing extension trait pattern.☆80Updated this week
- Stack-allocated DSTs for rust (fixed capacity)☆50Updated last year
- structured parallel execution for async Rust☆36Updated last year
- Safe, zero-cost downcasting for limited compile-time specialization.☆168Updated 3 weeks ago
- Helper macros: autoimpl, impl_scope☆66Updated 2 months ago
- An attribute to create an atomic wrapper around a C-style enum☆44Updated last year
- Some internal rustc tools made accessible☆47Updated 7 months ago
- Procedural macro to mock returning (values referencing) locals from a function (using CPS)☆32Updated 10 months ago
- Open a scope and then freeze it in time for future access.☆107Updated last year
- Progress reporting abstraction for Rust