ifaces 0.1.0

Rust bindings to retrieve network interface information
Documentation
[package]
name = "ifaces"
version = "0.1.0"
description = "Rust bindings to retrieve network interface information"
authors = [
    "David Levy <dlevy47>",
    "Steve Klabnik <steve@steveklabnik.com>",
    "misuzu <bakalolka@gmail.com>",
    "Ignacio Corderi <icorderi@msn.com>"
]
keywords = ["ifaces", "unix", "network"]
repository = "https://github.com/icorderi/rust-ifaces"
homepage = "https://github.com/icorderi/rust-ifaces"
readme = "README.md"
license = "MIT"

[dependencies]
nix = "0.8"
libc = "0.2"