Registry / networking / pnet-transport

pnet-transport

JSON →
library0.35.0rscratesunverified

A cross-platform library for transport layer networking, providing raw packet manipulation.

# Cargo.toml [dependencies] pnet_transport = "0.35.0"
INSTALL
IMPORT
SIG · PNET-TRANSPORT
P
pnet-transport
networkingrustv0.35.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.

TransportChannel
✓ use pnet_transport::TransportChannel;

Creates a new transport channel for network communication.

use pnet_transport::TransportChannel; fn main() { let channel = TransportChannel::new(); println!("Transport channel created"); }
Debug
Known issues
gotchaRequires root/administrator privileges on some platforms to create raw sockets.
fix
Run the application with elevated permissions or use a different transport layer.
affects: >=0.1.0
Upgrade
Version history
0.35.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
pnet-transport — cargo add pnet-transport · libregistry