Module tsukuyomi::app

source ·
Expand description

Components for constructing HTTP applications.

Re-exports

pub use self::config::Error;
pub use self::config::Result;

Modules

Structs

The main type representing an HTTP application.
The instance of Service generated by App.

Type Definitions