Crate bytesstr[][src]

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.