paritytech / nohash-hasher
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
- Better reference counted strings for Rust☆120Updated 8 months ago
- ☆39Updated 7 months ago
- Exposes arch-specific intrinsics as safe function (via cfg).☆55Updated last month
- Threadsafe RefCell for Rust☆90Updated 3 weeks ago
- Fork of std::Arc with lots of utilities useful for FFI☆230Updated 2 months ago
- Migrated to Codeberg☆80Updated last year
- Macros for deriving as functions to access Enums as their inner components☆97Updated 6 months ago
- ASCII-only equivalents to `char`, `str` and `String`.☆73Updated 8 months ago
- `$crate` in procedural macros.☆69Updated 3 weeks ago
- Safe, zero-cost downcasting for limited compile-time specialization.☆157Updated last month
- Mirror of Rust's allocator api for use on stable rust☆55Updated last month
- Const TypeId and non-'static TypeId☆64Updated last month
- Variant of Rust's std::Arc that supports atomic replacement of the value.☆86Updated this week
- Parse integers directly from `[u8]` slices in safe code☆57Updated last year
- Object Pool LockFree in Rust☆46Updated 2 months ago
- Faster integer division and modulus operations☆87Updated 2 years ago
- A scope for async_std and tokio to spawn non-static futures☆128Updated 10 months ago
- Rust crate that provides number types similar to std's NonZero* types, but that cannot hold a type's maximum value instead.