contain-rs / lru-cache

A cache that holds a limited number of key-value pairs
https://contain-rs.github.io/lru-cache/lru_cache/
Apache License 2.0
82 stars 36 forks source link

Support Serde serializing and deserializing #43

Open burmecia opened 7 years ago

burmecia commented 7 years ago

Is it possible to implemented Serialize and Deserialize, just as LinkedHashMap did?