# hrw v0.1.0 - API Reference

## Modules

- [HRW](HRW.md): HRW (Highest Random Weight), also known as rendezvous hashing, maps a key
to a node out of a set in a way that stays stable when nodes are added or
removed.
- [HRW.Skeleton](HRW.Skeleton.md): A skeleton-based variant of HRW that gives O(log n) lookups by grouping
nodes into clusters and routing keys through a virtual tree.

