Registry / networking / scrappy-codec

scrappy-codec

JSON →
library0.0.1rscratesunverified

Utilities for encoding and decoding frames in the Scrappy networking stack.

# Cargo.toml [dependencies] scrappy-codec = "0.0.1"
INSTALL
IMPORT
SIG · SCRAPPY-CODEC
S
scrappy-codec
networkingrustv0.0.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.

FramedCodec
use scrappy_codec::FramedCodec;

Creates a new framed codec for encoding/decoding.

use scrappy_codec::FramedCodec; fn main() { let codec = FramedCodec::new(); println!("Codec initialized"); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.0.1latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
10 hits · last 30 days
node
8
OpenAI (training)
1
Resources
scrappy-codec — cargo add scrappy-codec · libregistry