Expand description
Defines the encoding/decoding formats for backed disks.
Re-exports§
pub use csv::CsvCoder;
csv
pub use async_csv::AsyncCsvCoder;
async_csv
Modules§
Structs§
- Async
Bincode Coder async_bincode
- Bincode
Coder bincode
- Serde
Json Coder serde_json
- Simd
Json Coder simd_json
Enums§
- Serde
Json Err serde_json
Traits§
- Async
Decoder async
- A format decoder that can be used asynchronously.
- Async
Encoder async
- A format encoder that can be used asynchronously.
- Decoder
- A format decoder that can be used synchronously.
- Encoder
- A format encoder that can be used synchronously.