pub fn hash_set<S, H>(set: S, hasher: &mut H)
Expand description
Hash a set of items.
The standard library does not provide (yet) a Hash
implementation
for set types. This can be used instead.
Note that this function not particularly strong and does not protect against DoS attacks.