RiteLinked -- HashMap-like containers that hold their key-value pairs in a user controllable order
This crate is a fork of hashlink
to implement more up to date versions of LinkedHashMap LinkedHashSet.
It use griddle to support amortization.
Credit
The code in this crate that is copied verbatim from hashlink.
Just deleted LruCache and replaced hashbrown with griddle by default.
License
This library is licensed the same as hashlink, it is licensed under either of:
- MIT license LICENSE-MIT or http://opensource.org/licenses/MIT
- Apache License 2.0 LICENSE-APACHE or https://opensource.org/licenses/Apache-2.0
at your option.