extract_map 0.1.2

A HashMap for memory efficent storage of value types which contain their own keys.
Documentation
1
2
3
4
5
6
7
8
9
10
## 0.1.2

- Simplifed `serde::Deserialize` implementation for `ExtractMap`

## 0.1.1

- Documented MSRV as 1.70
- Added documentation for methods missing it
- Added Clone for Iter
- Added Debug implementation for Iter, IterMut, IntoIter