Crate tsukuyomi

source ·
Expand description

Tsukuyomi is an asynchronous Web framework for Rust.

Re-exports

pub extern crate tsukuyomi_server as server;

Modules

Components for constructing HTTP applications.
Contributed features.
Components for constructing and handling HTTP errors.
Handler and supplemental components.
Components for parsing incoming HTTP requests and accessing the global or request-local data.
Modifier and supplemental components.
Components for constructing HTTP responses.

Macros

A macro to create a LocalKey<T>.