hypertube 0.2.3

Hypertube is a library for the creation and usage of TUN devices.
Documentation
[dependencies.cfg-if]
version = "1.0.0"

[dependencies.cidr]
version = "0.2.2"

[dependencies.ioctl-sys]
version = "0.8.0"

[dependencies.libc]
version = "0.2"

[[example]]
name = "create_device"
path = "examples/create_device.rs"

[lib]
name = "hypertube"
path = "src/lib.rs"

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Hypertube is a library for the creation and usage of TUN devices."
edition = "2021"
license = "MIT"
name = "hypertube"
readme = "README.md"
repository = "https://github.com/gavin-niederman/hypertube"
version = "0.2.3"