Crate riptun[][src]

Expand description

riptun is a library for creating, managing, and leveraging TUN/TAP devices.

Structs

An async wrapper around the Fd object.

A raw TUN/TAP queue wrapping all I/O for both sync and async operations.

An async wrapper around the Fd object.

Enums

Represents store errors based on user configuration or general operations.

Type Definitions

An asynchronous virtual TUN device based on the async-std/async-io ecosystem.

Custom Result wrapper to simplify usage.

An asynchronous virtual TUN device based on the tokio ecosystem.

A synchronous virtual TUN device.