#hash-map #dsa #linked-hashmap #insertion-order

ordered_hashmap

Ordered Hashmap implementation to overcome arbitrary order of key-values problem in Rust

4 releases

0.0.4 Mar 24, 2024
0.0.3 Apr 8, 2023
0.0.2 Apr 8, 2023
0.0.1 Apr 8, 2023

#1406 in Data structures

Download history 71/week @ 2024-02-16 51/week @ 2024-02-23 29/week @ 2024-03-01 12/week @ 2024-03-08 8/week @ 2024-03-15 121/week @ 2024-03-22 32/week @ 2024-03-29 8/week @ 2024-04-05

171 downloads per month
Used in 2 crates

Apache-2.0

13KB
167 lines

Ordered Hashmap

Ordered Hashmap implementation to overcome arbitrary order of key-values problem in Rust.

License

Ordered Hashmap is licensed under the terms of the Apache-2.0 License. See the LICENSE file for details.

No runtime deps