1

6 lines
77 B
Rust

mod error;
mod tun;
pub use error::{Error, Result};
pub use tun::TunDevice;