ringhash 0.0.0

Consistent hashing implementation
Documentation
# ringhash

[![Crates.io][crates-badge]][crates-url]
[![License][license-badge]][license-url]
[![Build Status][actions-badge]][actions-url]

[crates-badge]: https://img.shields.io/crates/v/ringhash.svg
[crates-url]: https://crates.io/crates/ringhash
[license-badge]: https://img.shields.io/crates/l/ringhash.svg
[license-url]: #license
[actions-badge]: https://github.com/Millione/ringhash/actions/workflows/ci.yaml/badge.svg
[actions-url]: https://github.com/Millione/ringhash/actions

Consistent hashing implementation.

## Usage

Add this to your `Cargo.toml`:

```toml

```

## Example
```rust

```

## License

Dual-licensed under the MIT license and the Apache License (Version 2.0).

See [LICENSE-MIT](https://github.com/Millione/ringhash/blob/main/LICENSE-MIT) and [LICENSE-APACHE](https://github.com/Millione/ringhash/blob/main/LICENSE-APACHE) for details.