Expand description

Logo by Misiasart
Thanks to all individual and corporate sponsors, without whom this work could not exist:
§facet-csv
A CSV deserializer based on facet-deserialize
§License
Licensed under either of:
- Apache License, Version 2.0 (LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0)
- MIT license (LICENSE-MIT or http://opensource.org/licenses/MIT)
at your option.
Structs§
- CsvSerializer
- A struct to handle the CSV serializer logic
Functions§
- peek_
to_ string - Serializes a Peek instance to CSV
- peek_
to_ writer - Serializes a Peek instance to a writer in CSV format
- to_
string - Serializes a value to CSV
- to_
writer - Serializes a value to a writer in CSV format