Skip to main content

Module byte_str

Module byte_str 

Source
Expand description

tokio::Bytes but must contain a string.

Structsยง

ByteStr
ByteStr is just a tokio Bytes, but it maintains the internal invariant that the inner Bytes must be a valid utf8 string.
Utf8Error