What's Changed
- Add FromIterator and serde_json conversions for IValue (#38) by @Diggsey in #39
- Add IObject <-> serde_json::Map conversions by @Diggsey in #40
- Add crates.io keywords and categories (#33) by @Diggsey in #41
- Store short strings inline instead of interning them (#24) by @Diggsey in #42
- Inline small values with a decimal number representation (#24) by @Diggsey in #43
- Update README and changelog for the inline-value representation by @Diggsey in #44
Full Changelog: 0.1.6...0.1.7