Skip to content

aep/interfaces-rs

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

78 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DEPRECATED

i no longer use rust due to lack of portability, but "interfaces" is maintained again, so use that.

https://crates.io/crates/interfaces

interfaces-rs

Build Status Crate Docs

This project consists of functions to work with network interfaces in a cross-platform manner.

forked from the abondoned andrew-d/interfaces-rs

Example

Add this to your Cargo.toml:

[dependencies]
interfaces2 = "0.0.4"

Then, in your crate:

extern crate interfaces2 as interfaces;

use interfaces::Interface;

License

MIT or Apache 2.0

About

Library to work with network interfaces in Rust.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Rust 61.5%
  • C 38.5%