Crates.io | interfaces |
lib.rs | interfaces |
version | 0.0.9 |
source | src |
created_at | 2016-04-21 21:09:02.871721 |
updated_at | 2023-06-23 02:06:02.096613 |
description | A Rust library for interacting with network interfaces |
homepage | https://github.com/andrew-d/interfaces-rs |
repository | https://github.com/andrew-d/interfaces-rs |
max_upload_size | |
id | 4815 |
size | 71,445 |
This project consists of functions to work with network interfaces in a cross-platform manner.
Add this to your Cargo.toml
:
[dependencies]
interfaces = "0.0.9"
Then, in your crate:
extern crate interfaces;
use interfaces::Interface;
MIT or Apache 2.0