Registry / networking / bytesio

bytesio

JSON →
library0.3.4rscratesunverified

A network IO library using tokio.

# Cargo.toml [dependencies] bytesio = "0.3.4"
INSTALL
IMPORT
SIG · BYTESIO
B
bytesio
networkingrustv0.3.4
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.

BytesIO
use bytesio::BytesIO;

Creates a new BytesIO instance for async network I/O.

use bytesio::BytesIO; #[tokio::main] async fn main() { let io = BytesIO::new(); println!("BytesIO initialized"); }
Debug
Known issues
gotchaRequires tokio runtime to be active.
fix
Use #[tokio::main] or manually create a tokio runtime.
affects: >=0.1.0
Upgrade
Version history
0.3.4latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

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