Expand description
Useful collections for peer-to-peer networking.
Structs§
- Random
State - Random hasher state.
Type Aliases§
- Random
Map - A
HashMapwhich usesfastrand::Rngfor its random state. - Random
Set - A
HashSetwhich usesfastrand::Rngfor its random state.