Module string

Structs§

FromToStringCodec
A string codec that relies on FromStr and ToString. It can encode anything that implements ToString and decode anything that implements FromStr.
JsonSerdeCodec
A codec for encoding JSON messages that relies on serde_json.
OptionCodec
Wraps a string codec that encodes T to create a codec that encodes Option<T>.