This crate is a fork of hashlink that builds on top of griddle(or hashbrown) to implement LinkedHashMap & LinkedHashSet .
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 .
Please feel free to leave your opinion, if possible, please help me improve the code or use it in your project .