vopono_core 1.0.2

Library code for running VPN connections in network namespaces
Documentation
1
2
3
4
5
6
7
#[cfg(not(target_os = "linux"))]
compile_error!("vopono only supports Linux");

pub mod config;
pub mod network;
pub mod status;
pub mod util;