[][src]Crate tun

Re-exports

pub use platform::create;

Modules

platform

Platform specific modules.

Structs

Configuration

Configuration builder for a TUN interface.

Error

The Error type.

Enums

ErrorKind

The kind of an error.

Traits

Device

A TUN device.

IntoAddress

Helper trait to convert things into IPv4 addresses.

ResultExt

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

Functions

configure

Type Definitions

Result

Convenient wrapper around std::Result.