Registry / networking / pi-tcp

pi-tcp

JSON →
library0.7.0rscratesunverified

TCP networking utilities for Rust.

# Cargo.toml [dependencies] pi_tcp = "0.7.0"
INSTALL
IMPORT
SIG · PI-TCP
P
pi-tcp
networkingrustv0.7.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 pi_tcp::TcpStream;

Connects to a TCP server.

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

No known issues recorded.

Upgrade
Version history
0.7.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
20 hits · last 30 days
node
18
OpenAI (training)
1
Resources
pi-tcp — cargo add pi-tcp · libregistry