Registry / utility / tetsy-bytes

tetsy-bytes

JSON →
library0.1.4rscratesunverified

Byte utilities for the Tetsy blockchain project.

# Cargo.toml [dependencies] tetsy-bytes = "0.1.4"
INSTALL
IMPORT
SIG · TETSY-BYTES
T
tetsy-bytes
utilityrustv0.1.4
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.

Bytes
✓ use tetsy_bytes::Bytes;

Creates a Bytes object from a vector.

use tetsy_bytes::Bytes; fn main() { let bytes = Bytes::from(vec![0x00, 0x01]); println!("Bytes: {:?}", bytes); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.1.4latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
10 hits · last 30 days
node
10
Resources
tetsy-bytes — cargo add tetsy-bytes · libregistry