Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 636 Bytes

README.md

File metadata and controls

29 lines (19 loc) · 636 Bytes

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

Then, in your crate:

extern crate interfaces;

use interfaces::Interface;

License

MIT or Apache 2.0