Expand description
String encoders.
Structsยง
- StrData
Encoder - Encode only the string bytes without a header.
- StrEncoder
- Encode a
&str
including its appropriate header. - StrFormat
Encoder - Encode only the string header for a string of a given byte length.