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

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

#4 in #dsa

Download history 10/week @ 2024-07-29 10/week @ 2024-09-23 10/week @ 2024-09-30

194 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