#hash-map #key #order #key-value #accessing #capability #ordered

ordered-map

A HashMap, with the capability of accessing the keys and values in order

7 releases

0.4.2 Feb 21, 2021
0.4.1 Feb 21, 2021
0.4.0 Mar 29, 2020
0.3.2 Mar 29, 2020
0.1.1 Jan 30, 2020

#2064 in Algorithms

Download history 737/week @ 2024-01-06 433/week @ 2024-01-13 1255/week @ 2024-01-20 1019/week @ 2024-01-27 1025/week @ 2024-02-03 1065/week @ 2024-02-10 1288/week @ 2024-02-17 374/week @ 2024-02-24 485/week @ 2024-03-02 1171/week @ 2024-03-09 785/week @ 2024-03-16 468/week @ 2024-03-23 477/week @ 2024-03-30 954/week @ 2024-04-06 1290/week @ 2024-04-13 1101/week @ 2024-04-20

3,906 downloads per month
Used in 4 crates (via zebra-network)

MIT license

12KB
302 lines

ordered-map

A HashMap, with the capability of accessing the keys and values in descending order.

Dependencies

~2MB
~46K SLoC