All Projects → andrew-d → interfaces-rs

andrew-d / interfaces-rs

Licence: other
Library to work with network interfaces in Rust.

Programming Languages

rust
11053 projects
c
50402 projects - #5 most used programming language
RenderScript
48 projects

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.8"

Then, in your crate:

extern crate interfaces;

use interfaces::Interface;

License

MIT or Apache 2.0

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].