Crate facet_csv

Source
Expand description

Facet logo - a reflection library for Rust

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

Logo by Misiasart

Thanks to all individual and corporate sponsors, without whom this work could not exist:

Ko-fi GitHub Sponsors Patreon Zed Depot

§facet-csv

A CSV deserializer based on facet-deserialize

§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