Module ser

Source
Expand description

Serialize a Rust data structure into CSV data.

Structs§

Serializer
A structure for serializing Rust values into CSV.
Writer
Wrapper for csv_core::Writer that provides methods for serialization using serde.

Enums§

Error
This type represents all possible errors that can occur when serializing CSV data.

Type Aliases§

Result
Alias for a core::result::Result with the error type serde_csv_core::ser::Error.