paritytech / nohash-hasherLinks
An implementation of `std :: hash :: Hasher` which does not hash at all.
☆64Updated 4 years ago
Alternatives and similar repositories for nohash-hasher
Users that are interested in nohash-hasher are comparing it to the libraries listed below
Sorting:
- Better reference counted strings for Rust☆126Updated 10 months ago
- ☆39Updated 9 months ago
- A scope for async_std and tokio to spawn non-static futures☆134Updated last year
- Mirror of Rust's allocator api for use on stable rust☆61Updated 3 weeks ago
- Fork of std::Arc with lots of utilities useful for FFI☆234Updated 3 weeks ago
- Exposes arch-specific intrinsics as safe function (via cfg).☆55Updated 3 months ago
- Convert number to enum☆87Updated 10 months ago
- Cross-platform atomic wait and wake (aka futex) functionality for Rust.☆127Updated 11 months ago
- Rust library for typesystem-assisted bitflags.☆122Updated 4 months ago
- Safe, zero-cost downcasting for limited compile-time specialization.☆162Updated 2 weeks ago
- Pull in every source file in a directory as a module☆173Updated 3 months ago
- Data structures like Rust `alloc` which reuse user allocated memory☆57Updated 8 months ago
- A variant of include_bytes!/include_str! with compile-time deflation and runtime lazy inflation☆137Updated 7 months ago
- This crate offers procedural macros designed to facilitate the swift implementation of Rust's built-in traits.☆144Updated 10 months ago
- Const TypeId and non-'static TypeId☆66Updated 2 weeks ago
- Macro for sealing traits and structures☆56Updated 6 months ago
- A rust crate to find the total size of an object, on the stack and on the heap☆107Updated last year
- A cross-platform library for fast and safe memory-mapped IO in Rust☆70Updated last year
- A simple bitset container for Rust☆142Updated last month
- ☆112Updated 2 years ago
- Migrated to Codeberg☆79Updated last year
- Arbitrary, fixed size numeric types that extend the functionality of primitive numeric types in Rust.☆108Updated 3 weeks ago
- Stack-allocated DSTs for rust (fixed capacity)☆50Updated last year
- Rust crate that provides number types similar to std's NonZero* types, but that cannot hold a type's maximum value instead.☆48Updated last year
- Compile-time string formatting☆236Updated 6 months ago
- Macro to repeat sequentially indexed copies of a fragment of code☆155Updated 2 weeks ago
- `$crate` in procedural macros.☆71Updated 2 weeks ago
- Const equivalents of std functions, compile-time comparison, and parsing.☆99Updated 5 months ago
- Threadsafe RefCell for Rust☆90Updated 2 months ago
- Safely cast &T to &U where the struct U contains a single field of type T.☆204Updated 2 weeks ago