Module codec
Available on crate feature
io only.Expand description
Traits and implementations for encoding/decoding structured types to/from bytes.
Modules§
- bytes
bytes Encoder/Decoderimplementation with Bytes- serde_
json codec-serde-json Encoder/Decoderimplementation with serde_json