tunio 0.3.0

Crate for creating and managing TUN/TAP interfaces with async support. Works best with netconfig crate.
Documentation
1
2
3
4
5
6
7
8
#[cfg(target_os = "linux")]
pub mod linux;
#[cfg(unix)]
mod util;
#[cfg(target_os = "macos")]
pub mod utun;
#[cfg(target_os = "windows")]
pub mod wintun;