Module collections

Module collections 

Source
Expand description

Useful collections for peer-to-peer networking.

Structs§

RandomState
Random hasher state.

Type Aliases§

RandomMap
A HashMap which uses fastrand::Rng for its random state.
RandomSet
A HashSet which uses fastrand::Rng for its random state.