tidy-tuntap

Crates.iotidy-tuntap
lib.rstidy-tuntap
version0.3.1
sourcesrc
created_at2022-07-30 20:43:30.474798
updated_at2023-04-01 19:20:49.192012
descriptiontidy-tuntap is a Rust wrapper for working with TUN/TAP devices in Linux
homepage
repositoryhttps://github.com/maminrayej/tidy-tuntap
max_upload_size
id635722
size80,893
M.Amin Rayej (maminrayej)

documentation

README

tidy-tuntap is a Rust wrapper for working with TUN/TAP devices in Linux.

Examples

There are examples of using this crate in the examples folder which also act as tests. To run these examples you need to build them and set the cap_net_admin capability of each generated executable. There is a convenience shell script in the root folder of the project called run_examples.sh which you can execute to build and run all the examples. Feel free to inspect the contents of this script and all the examples before trying to running them.

Features

  • Multiqueue support
  • Async support
  • IPv6 support
Commit count: 35

cargo fmt