Registry / networking / bytecodec

bytecodec

JSON →
library0.5.0rscratesunverified

A tiny framework for implementing encoders/decoders of byte-oriented protocols.

# Cargo.toml [dependencies] bytecodec = "0.5.0"
INSTALL
IMPORT
SIG · BYTECODEC
B
bytecodec
networkingrustv0.5.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.

Encode
use bytecodec::Encode;

Demonstrates importing the Encode trait from bytecodec.

use bytecodec::Encode; fn main() { // Example usage of Encode trait println!("Bytecodec ready"); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.5.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
32 hits · last 30 days
node
28
Amazon
1
OpenAI (training)
1
Resources
bytecodec — cargo add bytecodec · libregistry