Crate tun [] [src]

Modules

platform

Structs

Configuration
Error

The Error type.

Enums

ErrorKind

The kind of an error.

Traits

Device

A TUN device.

IntoAddress
ResultExt

Additional methods for Result, for easy interaction with this crate.

Functions

configure
create

Create a TUN device with the given name.

next

Create a TUN device with the next available name.

Type Definitions

Result

Convenient wrapper around std::Result.