Registry / networking / ntex-io

ntex-io

JSON →
library3.11.0rscratesunverified

Utilities for abstracting I/O streams in the ntex web framework.

# Cargo.toml [dependencies] ntex-io = "3.11.0"
INSTALL
IMPORT
SIG · NTEX-IO
N
ntex-io
networkingrustv3.11.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.

Io
use ntex_io::Io;

Create a new Io instance for abstracting I/O streams.

use ntex_io::Io; fn main() { let io = Io::new(); println!("Io created"); }
Debug
Known issues
gotchaThis crate is part of the ntex ecosystem and requires the ntex runtime.
fix
Add ntex to your dependencies and ensure you are using the correct async runtime.
affects: >=3.0.0
Upgrade
Version history
3.11.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

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