Structs§
- Passthrough
Codec - A codec that does nothing. Useful for in-process communication where serialization is not needed. Attempts to encode/decode will return an error.
- Text
Codec - A codec for plain text (UTF-8).
Maps
String<->Vec<u8>.
String <-> Vec<u8>.