contain-rs / linked-hash-map

A HashMap wrapper that holds key-value pairs in insertion order
https://contain-rs.github.io/linked-hash-map/linked_hash_map/
Apache License 2.0
169 stars 60 forks source link

Add mut api #114

Open wuanzhuan opened 3 months ago

wuanzhuan commented 3 months ago
  1. add front_mut() and back_mut()
  2. close warning