tun-rs 2.0.2

A cross-platform infrastructure of Tun/Tap device creation and handling.
1
2
3
#[cfg(all(feature = "async_tokio", feature = "async_std", not(doc)))]
compile_error! {"More than one asynchronous runtime is simultaneously specified in features"}
fn main() {}