Module tsukuyomi::config

source ·
Expand description

A collection of components for configuring App.

Re-exports

pub use crate::app::config::Config;
pub use crate::app::config::Error;
pub use crate::app::config::Result;
pub use crate::app::config::Scope;

Modules

Structs

A Config that wraps a config with a ModifyHandler.
A Config that registers a sub-scope with a specific prefix.
A Config that registers a route into a scope.

Traits

Functions

Crates a Config that wraps a config with a ModifyHandler.
Creates a Config that creates a sub-scope with the provided prefix.