Registry / networking / octets

octets

JSON →
library0.3.5rscratesunverified

Zero-copy abstraction for parsing and constructing network packets.

# Cargo.toml [dependencies] octets = "0.3.5"
INSTALL
IMPORT
SIG · OCTETS
O
octets
networkingrustv0.3.5
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.

Octets
use octets::Octets;

Create an Octets instance from a byte slice.

use octets::Octets; fn main() { let data = vec![0u8; 100]; let octets = Octets::new(&data); println!("Octets created"); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.3.5latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

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