netns 0.1.0

A library to work with linux network namespaces
Documentation
1
2
3
4
5
6
extern crate nix;

#[path = "netns_linux.rs"]
mod netns;

pub use netns::NetNS;