Registry / utility / bytesstr

bytesstr

JSON →
library1.0.2rscratesunverified

An immutable reference-counted UTF-8 string type for efficient sharing and cloning.

# Cargo.toml [dependencies] bytesstr = "1.0.2"
INSTALL
IMPORT
SIG · BYTESSTR
B
bytesstr
utilityrustv1.0.2
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.

BytesStr
✓ use bytesstr::BytesStr;

Creates a BytesStr from a static string

use bytesstr::BytesStr; fn main() { let s = BytesStr::from_static("hello"); println!("{}", s); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.0.2latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
bytesstr — cargo add bytesstr · libregistry