Registry / networking / uds
library0.4.2rscratesunverified

Unix domain socket crate supporting abstract addresses, file descriptor passing, and seqpacket sockets.

# Cargo.toml [dependencies] uds = "0.4.2"
INSTALL
IMPORT
SIG · UDS
U
uds
networkingrustv0.4.2
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.

UnixSeqpacket
✓ use uds::UnixSeqpacket;

Binds a Unix seqpacket socket to a path.

use uds::UnixSeqpacket; let socket = UnixSeqpacket::bind("/tmp/mysocket").unwrap(); println!("Socket bound");
Debug
Known issues
gotchaAbstract addresses are Linux-specific and may not work on other Unix systems.
fix
Use path-based addresses for portability or check platform support.
affects: >=0.4.2
Upgrade
Version history
0.4.2latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

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