Registry / networking / actix-codec

actix-codec

JSON →
library0.5.2rscratesunverified

Codec utilities for working with framed protocols in Actix.

# Cargo.toml [dependencies] actix-codec = "0.5.2"
INSTALL
IMPORT
SIG · ACTIX-CODEC
A
actix-codec
networkingrustv0.5.2
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.

Framed
use actix_codec::Framed;

Wraps a TcpStream with a codec using Framed.

use actix_codec::Framed; use tokio::net::TcpStream; async fn handle(stream: TcpStream) { let framed = Framed::new(stream, MyCodec); // Use framed for reading/writing }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.5.2latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
51 hits · last 30 days
node
42
OpenAI (training)
1
Resources
actix-codec — cargo add actix-codec · libregistry