What's Changed
- update benchmark by @PSeitz in #25
- improve benches by @PSeitz in #26
- fix bench by @PSeitz in #27
- feat: add FromIterator impl for ObjectAsVec by @meskill in #28
- perf: strip extra iteration when initialising ObjectAsVec by @meskill in #29
- bump version by @PSeitz in #30
- perf: add CowStr type to be able to use Cow::Borrowed on keys by @jszwec in #32
- fix compiler warnings by @PSeitz in #33
- move num handling to own module by @PSeitz in #34
- Note about OwnedValue by @rdettai in #35
- improve docs, bump version by @PSeitz in #37
New Contributors
Full Changelog: 0.7.0...0.8.0