shellrow / netdev

Cross-platform library for network interface and gateway. Written in Rust.
MIT License
65 stars 12 forks source link
gateway network network-inference rust rust-crate rust-library

netdev Crates.io License

netdev provides a cross-platform API for network interface.

Key Features

Please refer to the Interface struct documentation for detail.

Notice

This project was rebranded from default-net by the author myself for future expansion, continuation, and better alignment with naming conventions.

Supported platform

Usage

Add netdev to your dependencies

[dependencies]
netdev = "0.30"

For more details, see examples or doc.

Tested on