Registry / utility / byte-string

byte-string

JSON →
library1.0.0rscratesunverified

Wrapper types for outputting byte strings using the Debug format.

# Cargo.toml [dependencies] byte_string = "1.0.0"
INSTALL
IMPORT
SIG · BYTE-STRING
B
byte-string
utilityrustv1.0.0
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 byte_string::ByteString;

Creates a `ByteString` and prints it with Debug formatting.

use byte_string::ByteString; fn main() { let bs = ByteString::new(b"hello"); println!("{:?}", bs); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.0.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

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