This crate is a fork of hashlink that builds on top of griddle(or hashbrown) to implement LinkedHashMap & LinkedHashSet .<p>I made some adjustments to the code to better support custom Hasher . Now it can be run under std and no_std environment, and provides better performance than linked-hash-map .<p>Please feel free to leave your opinion, if possible, please help me improve the code or use it in your project .