Registry / networking / ifaces

ifaces

JSON →
library0.1.0rscratesunverified

Rust bindings to retrieve network interface information.

# Cargo.toml [dependencies] ifaces = "0.1.0"
INSTALL
IMPORT
SIG · IFACES
I
ifaces
networkingrustv0.1.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.

Interface
use ifaces::Interface;

List all network interfaces.

use ifaces::Interface; fn main() { let ifaces = ifaces::ifaces().unwrap(); for iface in ifaces { println!("{:?}", iface.name); } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.1.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
ifaces — cargo add ifaces · libregistry