21 releases

Uses old Rust 2015

0.6.19 May 29, 2018
0.6.18 May 29, 2018
0.6.15 Mar 8, 2018
0.6.12 Feb 27, 2018
0.1.1 Dec 11, 2017

#1431 in Asynchronous


Used in tokio-utun

MIT/Apache

17KB
330 lines

mio-utun

Documentation

This crate is a mio wrapper for the utun interface (userspace tunnel) used by macOS.

# Cargo.toml
[dependencies]
mio-utun = "0.6"
mio = "0.6"

Notice

This is a work-in-progress with documentation and further testing and features a TODO.

Usage

There is only one export, UtunStream, and it behaves similarly to the standard TcpStream.

License

This project is licensed under either of

at your option.

Contribution

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.


lib.rs:

MIO bindings for Unix Domain Sockets

Dependencies

~2.5MB
~52K SLoC