Crate registorder_map
source ·Structs
- An
RegistOrderMap
is like astd::collections::HashMap
, but it is sorted according to the key in descending order. TheRegistOrderMap
is aHashMap
with guaranteed registration order. I have only implemented the minimum required methods, so please request them if you have any requests.