Registry / networking / tor-bytes

tor-bytes

JSON →
library0.42.0rscratesunverified

Helpers for encoding and decoding byte-oriented data, as used by Tor.

# Cargo.toml [dependencies] tor-bytes = "0.42.0"
INSTALL
IMPORT
SIG · TOR-BYTES
T
tor-bytes
networkingrustv0.42.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.

Reader
use tor_bytes::Reader;

Create a byte reader

use tor_bytes::Reader; fn main() { let data = vec![0u8; 10]; let mut reader = Reader::new(&data); println!("Reader created"); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.42.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
10 hits · last 30 days
node
9
OpenAI (training)
1
Resources