Crate bytesstr

Source
Expand description

BytesStr is an immutable reference counted UTF8-String useful for storing views into UTF8-encoded parts of data.

Structsยง

BytesStr
BytesStr is an immutable UTF8-String using Bytes as its buffer.