Registry / networking / ntex-codec

ntex-codec

JSON →
library1.2.1rscratesunverified

Utilities for encoding and decoding frames in the ntex async networking framework.

# Cargo.toml [dependencies] ntex-codec = "1.2.1"
INSTALL
IMPORT
SIG · NTEX-CODEC
N
ntex-codec
networkingrustv1.2.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.

Decoder
use ntex_codec::Decoder;

Creates a new decoder instance.

use ntex_codec::Decoder; fn main() { let decoder = Decoder::new(); println!("Decoder created"); }
Debug
Known issues
gotchaRequires ntex runtime for async operations.
fix
Add ntex as a dependency and use its runtime.
affects: >=1.0.0
Upgrade
Version history
1.2.1latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

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