Crate bytestring

Source
Expand description

A UTF-8 encoded read-only string using Bytes as storage.

See docs for ByteString.

Structsยง

ByteString
An immutable UTF-8 encoded string using Bytes as the storage.