flodgatt/src/messages/event/checked_event/status
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
..
application.rs Handle non conforment events (#117) 2020-04-03 12:41:53 -04:00
attachment.rs Handle non conforment events (#117) 2020-04-03 12:41:53 -04:00
card.rs Handle non conforment events (#117) 2020-04-03 12:41:53 -04:00
mod.rs Replace std HashMap with hashbrown::HashMap 2020-04-07 16:08:43 -04:00
poll.rs Handle non conforment events (#117) 2020-04-03 12:41:53 -04:00