Registry / networking / xenet
library0.5.0rscratesunverified

Cross-platform networking library for Rust.

# Cargo.toml [dependencies] xenet = "0.5.0"
INSTALL
IMPORT
SIG · XENET
X
xenet
networkingrustv0.5.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.

TcpStream
use xenet::TcpStream;

Connects to a TCP server.

use xenet::TcpStream; fn main() -> std::io::Result<()> { let stream = TcpStream::connect("127.0.0.1:8080")?; println!("Connected: {:?}", stream); Ok(()) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.5.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
24 hits · last 30 days
node
20
OpenAI (training)
1
Resources
xenet — cargo add xenet · libregistry