9 releases
Uses old Rust 2015
| 0.0.9 | Jun 23, 2023 |
|---|---|
| 0.0.8 | Oct 13, 2021 |
| 0.0.7 | Apr 20, 2021 |
| 0.0.6 | Jan 4, 2021 |
| 0.0.1 | Apr 21, 2016 |
#414 in Operating systems
27,548 downloads per month
Used in 9 crates
56KB
1.5K
SLoC
A library for interoperating with the network interfaces of a system.
TODO: add more documentation on how to use.
interfaces-rs
This project consists of functions to work with network interfaces in a cross-platform manner.
Example
Add this to your Cargo.toml:
[dependencies]
interfaces = "0.0.9"
Then, in your crate:
extern crate interfaces;
use interfaces::Interface;
License
MIT or Apache 2.0
Dependencies
~1.6–2.4MB
~51K SLoC