Skip to content
This repository was archived by the owner on Oct 8, 2023. It is now read-only.

Latest commit

History

26 Commits

Folders and files

NameName
Last commit message
Last commit date

Repository files navigation

Rust bindings to retrieve network interface information

Date:10/10 2017
RustVersion:nightly
  • Windows
  • Unix-Like( BSD-Like, XNU, Linux )
git clone https://github.com/LuoZijun/rust-ifaces.git
cargo run --example ifaces
[dependencies]
ifaces = { git = "https://github.com/LuoZijun/rust-ifaces.git" }
externcrate ifaces;fnmain(){match ifaces::ifaces(){Ok(interfaces) => {for interface in interfaces.into_iter(){println!("Found Interface: {:?}", interface)}},Err(_) => println!("Ooops ...")};}
  • dlevy47 , Origin code(linux platform)
  • GGist , windows platform code

About

No description, website, or topics provided.

Resources

Stars

2 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages