Skip to main content

Module codec

Module codec 

Source
Available on crate feature io only.
Expand description

Traits and implementations for encoding/decoding structured types to/from bytes.

Modules§

bytesbytes
Encoder/Decoder implementation with Bytes
serde_jsoncodec-serde-json
Encoder/Decoder implementation with serde_json

Traits§

Decoder
Trait for decoding byte sequences back into structured items.
Encoder
Trait for types that encode values into bytes.