/rust-ifaces

Primary LanguageRustMIT LicenseMIT

Rust bindings to retrieve network interface information

Date

10/10 2017

RustVersion

nightly

OS Support

  • Windows
  • Unix-Like( BSD-Like, XNU, Linux )

Run

Example

[dependencies]
ifaces = { git = "https://github.com/LuoZijun/rust-ifaces.git" }

Thanks

  • dlevy47 , Origin code(linux platform)
  • GGist , windows platform code