Crate registorder_map

Crate registorder_map 

Source

Structsยง

Iter
RegistOrderMap
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.