Crate facet_csv_legacy

Crate facet_csv_legacy 

Source
Expand description

§facet-csv-legacy

Coverage Status crates.io documentation MIT/Apache-2.0 licensed Discord

§facet-csv

A CSV deserializer based on facet-deserialize

§Sponsors

Thanks to all individual sponsors:

GitHub Sponsors Patreon

…along with corporate sponsors:

AWS Zed Depot

…without whom this work could not exist.

§Special thanks

The facet logo was drawn by Misiasart.

§License

Licensed under either of:

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