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 usingserde
.
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 typeserde_csv_core::ser::Error
.