This crate is a mio wrapper for the utun interface (userspace tunnel) used by macOS.
```toml
[dependencies] mio-utun = "0.6" mio = "0.6" ```
This is a work-in-progress with documentation and further testing and features a TODO.
There is only one export, UtunStream
, and it behaves similarly to the standard
TcpStream
.
This project is licensed under either of
at your option.
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in Serde by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.