Registry / utility / byte-strings

byte-strings

JSON →
library0.3.1rscratesunverified

Rust byte strings manipulation for better and safer C FFI.

# Cargo.toml [dependencies] byte-strings = "0.3.1"
INSTALL
IMPORT
SIG · BYTE-STRINGS
B
byte-strings
utilityrustv0.3.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.

ByteStr
use byte_strings::ByteStr;

Creates a ByteStr from a byte slice.

use byte_strings::ByteStr; let bytes = ByteStr::new(b"hello"); println!("Bytes: {:?}", bytes);
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.3.1latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
7 hits · last 30 days
node
6
Amazon
1
Resources
byte-strings — cargo add byte-strings · libregistry