v0.37.0 - Extended serialization support
TL;DR
Adds support for XML, INI, CSV, JSON5, YAML, and TOML serialization and deserialization as part of the #114
Bug Fixes
Features
- added compression ability to each route - (5d0062c)
- added major serde targets - (78b4928)
- added types for serde types - (13a38d4)
- added support for csv - (5ee17e8)
- added xml support - (e1028de)
Refactoring
- moved client.rs to its own directory - (b3917e0)
Full Changelog: v0.36.0...v0.37.0