Crate registorder_map

source ·

Structs

  • An RegistOrderMap is like a std::collections::HashMap, but it is sorted according to the key in descending order. The RegistOrderMap is a HashMap with guaranteed registration order. I have only implemented the minimum required methods, so please request them if you have any requests.