flodgatt/src/messages/event/checked_event
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
..
status Replace std HashMap with hashbrown::HashMap 2020-04-07 16:08:43 -04:00
account.rs Handle non conforment events (#117) 2020-04-03 12:41:53 -04:00
announcement.rs Handle non conforment events (#117) 2020-04-03 12:41:53 -04:00
announcement_reaction.rs Handle non conforment events (#117) 2020-04-03 12:41:53 -04:00
conversation.rs Handle non conforment events (#117) 2020-04-03 12:41:53 -04:00
emoji.rs Handle non conforment events (#117) 2020-04-03 12:41:53 -04:00
mention.rs Handle non conforment events (#117) 2020-04-03 12:41:53 -04:00
mod.rs Handle non conforment events (#117) 2020-04-03 12:41:53 -04:00
notification.rs Handle non conforment events (#117) 2020-04-03 12:41:53 -04:00
tag.rs Handle non conforment events (#117) 2020-04-03 12:41:53 -04:00
visibility.rs Handle non conforment events (#117) 2020-04-03 12:41:53 -04:00