Module formats

Source
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§

async_csvasync_csv
csvcsv

Structs§

AsyncBincodeCoderasync_bincode
BincodeCoderbincode
SerdeJsonCoderserde_json
SimdJsonCodersimd_json

Enums§

SerdeJsonErrserde_json

Traits§

AsyncDecoderasync
A format decoder that can be used asynchronously.
AsyncEncoderasync
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.