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

#1566 in Asynchronous

Download history 29/week @ 2024-02-21 37/week @ 2024-02-28 22/week @ 2024-03-27 39/week @ 2024-04-03

61 downloads per month

MIT/Apache

9KB
118 lines

tokio-utun

Documentation

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

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
~79K SLoC