Structs§
- Wraps a binary codec and make it a string codec by representing the binary data as a base64 string.
- A codec for encoding JSON messages that relies on
serde_json. - Wraps a string codec that encodes
Tto create a codec that encodesOption<T>.