Pinned Repositories
equivalent
Rust traits for key comparison in maps.
indexmap
A hash table with consistent order and fast iteration; access items by key or sequence index
ordermap
A hash table with strong order and fast iteration; access items by key or sequence index
ringmap
A hash table with deque-like order and fast iteration; access items by key or sequence index
indexmap-rs's Repositories
indexmap-rs/indexmap
A hash table with consistent order and fast iteration; access items by key or sequence index
indexmap-rs/ordermap
A hash table with strong order and fast iteration; access items by key or sequence index
indexmap-rs/equivalent
Rust traits for key comparison in maps.
indexmap-rs/ringmap
A hash table with deque-like order and fast iteration; access items by key or sequence index