Module str

Module str 

Source
Expand description

String encoders.

Structsยง

StrDataEncoder
Encode only the string bytes without a header.
StrEncoder
Encode a &str including its appropriate header.
StrFormatEncoder
Encode only the string header for a string of a given byte length.