14 releases
Uses old Rust 2015
0.2.1 | Jun 25, 2018 |
---|---|
0.2.0 | Jun 24, 2018 |
0.1.11 | May 29, 2018 |
0.1.10 | Mar 8, 2018 |
0.1.0 | Dec 11, 2017 |
#1618 in Asynchronous
42 downloads per month
9KB
118 lines
tokio-utun
This crate is a tokio wrapper for the utun interface (userspace tunnel) used by macOS.
# Cargo.toml
[dependencies]
tokio-utun = "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
. I don't recommend using this unless you're ready to
debug it on your own.
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
~4.5MB
~80K SLoC