Docs.rs
consistent_hasher-0.1.0
This release has been yanked
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
consistent_hasher 0.1.0
An implementation of consistent hashing, a technique commonly used in distributed systems to map keys (such as data items or requests) to nodes (e.g., servers or storage units) in a way that minimizes disruptions when nodes are added or removed.
Crate
Source
Builds
Feature flags
Documentation
Coverage
46.15%
12
out of
26
items documented
1
out of
18
items with examples
Size
Source code size: 47.19 kB
This is the summed size of all the files inside the crates.io package for this release.
Documentation size: 1.33 MB
This is the summed size of all files generated by rustdoc for all configured targets
Ø build duration
this release: 12s
Average build duration of
successful
builds.
all releases: 18s
Average build duration of
successful
builds in releases after 2024-10-23.
Links
Repository
crates.io
Dependencies
hash ^0.3.0
normal
instant ^0.1.13
normal
murmur2 ^0.1.0
normal
rustc-hash ^2.0.0
normal
time ^0.3.36
normal
Versions
0.1.5
(2024-12-17)
0.1.4
(2024-12-16)
0.1.3
(2024-12-16)
0.1.2
(2024-12-03)
0.1.1
(2024-11-21)
0.1.0
(2024-11-21)
Owners
consistent_hasher-0.1.0 has been yanked.
Consistent Hasher
This project implements consistent hashing.