flodgatt/src/messages
Daniel Sockwell 17afe4697d Replace std HashMap with hashbrown::HashMap
The hashbrown::HashMap is faster than the std::collections::HashMap,
though it does not protect as well against malicious hash collisions
(e.g., in a DDoS).  Since we don't expose the hashing externally,
we should switch to the faster implementation.
2020-04-07 16:08:43 -04:00
..
event Replace std HashMap with hashbrown::HashMap 2020-04-07 16:08:43 -04:00
mod.rs Handle non conforment events (#117) 2020-04-03 12:41:53 -04:00
test.rs Replace std HashMap with hashbrown::HashMap 2020-04-07 16:08:43 -04:00