paritytech / nohash-hasherLinks
An implementation of `std :: hash :: Hasher` which does not hash at all.
☆71Updated 5 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☆140Updated last year
- Threadsafe RefCell for Rust☆99Updated 11 months ago
- Fork of std::Arc with lots of utilities useful for FFI☆279Updated 3 weeks ago
- Macros for deriving as functions to access Enums as their inner components☆104Updated last week
- Safe, zero-cost downcasting for limited compile-time specialization.☆180Updated 6 months ago
- A scope for async_std and tokio to spawn non-static futures☆155Updated last year
- A Vec That Has a Smaller size_of☆155Updated 4 months ago
- `$crate` in procedural macros.☆81Updated 2 months ago
- A library for compact bit sets containing enums.☆121Updated this week
- Exposes arch-specific intrinsics as safe function (via cfg).☆58Updated 2 months ago
- More efficient alternative to `serde_json::Value` which saves memory by interning primitive values and using tagged pointers.☆141Updated last year
- ☆39Updated last year
- Automatic cfg for Rust compiler features☆111Updated last week
- Make trait methods callable without the trait in scope☆162Updated this week
- Pull in every source file in a directory as a module☆181Updated this week
- Rust replacement for miniz☆230Updated 3 weeks ago
- Compile-time string formatting☆263Updated 4 months ago
- Const equivalents of std functions, compile-time comparison, and parsing.☆119Updated 3 months ago
- A simple Cross-platform thread schedule and priority library for rust.☆147Updated 5 months ago
- A map implementation that relies on fixed-size storage derived by a procedural macro☆54Updated 4 months ago
- Rust crate that provides number types similar to std's NonZero* types, but that cannot hold a type's maximum value instead.☆55Updated 3 months ago
- Const TypeId and non-'static TypeId☆70Updated last month
- Convert number to enum☆87Updated last year
- Utilities for dealing with substructures within syn macros☆143Updated 9 months ago
- A fast and flexible LRU map.☆200Updated last year
- ☆40Updated 2 months ago
- wyhash fast portable non-cryptographic hashing algorithm and random number generator in Rust☆101Updated 8 months ago
- Temporarily take ownership of a value at a mutable location, and replace it with a new value based on the old one.☆115Updated 8 months ago
- Safely cast &T to &U where the struct U contains a single field of type T.☆216Updated 3 weeks ago
- Automatically implement traits for common smart pointers☆122Updated 10 months ago