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
pub mod adapter;
pub(crate) mod handle;
pub mod session;

pub use adapter::Adapter;
pub(crate) use handle::HandleWrapper;
pub use session::Session;