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 |
#1873 in Asynchronous
27 downloads per month
Used in tokio-utun
17KB
330 lines
mio-utun
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
- Apache License, Version 2.0, (LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0)
- MIT license (LICENSE-MIT or http://opensource.org/licenses/MIT)
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
~3MB
~53K SLoC