Registry / networking / deno-net

deno-net

JSON →
library0.231.0rscratesunverified

Networking module for the Deno runtime.

# Cargo.toml [dependencies] deno_net = "0.231.0"
INSTALL
IMPORT
SIG · DENO-NET
D
deno-net
networkingrustv0.231.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.

TcpListener
use deno_net::net::TcpListener;

Binds a TCP listener to a local address.

use deno_net::net::TcpListener; fn main() { let listener = TcpListener::bind("127.0.0.1:8080").unwrap(); println!("Listening on port 8080"); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.231.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
11 hits · last 30 days
node
10
OpenAI (training)
1
Resources