Expand description
Encoding and decoding of byte array payloads
Structs§
- Json
- JSON encoding and decoding
Traits§
- Encode
- A payload which can be converted to a vector of bytes
- Encode
Error - Required to be implemented by encode error types.
- Extract
- Payload extractor for encodings
- Extract
Error - Required to be implemented by extract error types.