consistent_rs/
lib.rs

1//! Consistent hash package for Rust.
2
3extern crate crc;
4
5mod consistant;
6
7pub use consistant::*;