Crates.io | mio-utun |
lib.rs | mio-utun |
version | 0.6.19 |
source | src |
created_at | 2017-12-11 02:59:08.627895 |
updated_at | 2018-05-29 08:22:05.424137 |
description | Utun bindings for mio |
homepage | https://github.com/mcginty/mio-utun |
repository | https://github.com/mcginty/mio-utun |
max_upload_size | |
id | 42354 |
size | 29,603 |
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"
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.