Crate tun [] [src]

Reexports

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.

Type Definitions

Result

Convenient wrapper around std::Result.