Registry / utility / bytestring

bytestring

JSON →
library1.5.1rscratesunverified

A UTF-8 encoded read-only string using `Bytes` as storage for efficient zero-copy operations.

# Cargo.toml [dependencies] bytestring = "1.5.1"
INSTALL
IMPORT
SIG · BYTESTRING
B
bytestring
utilityrustv1.5.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

ByteString
use bytestring::ByteString;

Creates a ByteString from a string literal and prints it.

use bytestring::ByteString; fn main() { let s = ByteString::from("hello"); println!("ByteString: {}", s); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.5.1latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
5 hits · last 30 days
node
4
Amazon
1
Resources
bytestring — cargo add bytestring · libregistry