Crates.io | tun-tap-mac |
lib.rs | tun-tap-mac |
version | 0.1.2 |
source | src |
created_at | 2019-02-26 15:49:06.02067 |
updated_at | 2019-02-26 15:49:06.02067 |
description | TUN/TAP interface wrapper |
homepage | |
repository | https://github.com/Baoyx007/tuntap-mac.git |
max_upload_size | |
id | 117390 |
size | 40,930 |
forked for mac
TUN/TAP wrapper for Rust.
The TUN/TAP allows implementing a virtual network adapter in userspace. This provides the bindings for Rust.
Create an Iface
object and send
or recv
packets. Making some sense of the
packets is, however, out of scope, you need something else for that.
There's documentation and some examples.
Licensed under either of
at your option.
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.