interfaces

Crates.iointerfaces
lib.rsinterfaces
version0.0.9
sourcesrc
created_at2016-04-21 21:09:02.871721
updated_at2023-06-23 02:06:02.096613
descriptionA Rust library for interacting with network interfaces
homepagehttps://github.com/andrew-d/interfaces-rs
repositoryhttps://github.com/andrew-d/interfaces-rs
max_upload_size
id4815
size71,445
Naoya Hatta (dalance)

documentation

README

interfaces-rs

Actions Status Crate Docs

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

Commit count: 101

cargo fmt