CSV Improvements
Breaking Change
Moved layout CSV option out of default glz::opts into glz::opts_csv
Improvements
- Added a new glz::opts_csv, with only the options that apply to the CSV format.
- Support for writing a CSV without headers.
- CSV support for array like types with structs as the value_type (reading/writing)
- Examples in #1724
Development
- Fixed reinitialization in glz::asio_client by @stephenberry in #1730
Full Changelog: v5.1.2...v5.2.0