hashring 0.3.1

A minimal implementation of consistent hashing
Documentation
# Changelog

## [v0.3.1]https://github.com/jeromefroe/hashring-rs/tree/0.3.1 - 2023-07-14

- Add support for iterators.

## [v0.3.0]https://github.com/jeromefroe/hashring-rs/tree/0.3.0 - 2022-03-05

- Get rid of unnecessary transformation of hash value.

## [v0.2.1]https://github.com/jeromefroe/hashring-rs/tree/0.2.1 - 2022-02-28

- Use reference instead of mutable reference in `get` method.

## [v0.2.0]https://github.com/jeromefroe/hashring-rs/tree/0.2.0 - 2020-02-13

- Make hash function configurable and replace MD5 as default with SipHash.

## [v0.1.0]https://github.com/jeromefroe/hashring-rs/tree/0.1.0 - 2016-11-27

- Initial release.