ritelinked 0.1.0

HashMap-like containers that hold their key-value pairs in a user controllable order
Documentation

RiteLinked -- HashMap-like containers that hold their key-value pairs in a user controllable order

Latest Version API Documentation

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:

at your option.