Skip to content

tshepang/interfaces-rs

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

interfaces-rs

Build Status Coverage Status 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.1"

Then, in your crate:

extern crate interfaces;

use interfaces::Interface;

TODO: More documentation here

License

MIT or Apache 2.0

About

Library to work with network interfaces in Rust.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Rust 95.7%
  • C 4.3%