Crate trout

source · []
Expand description

Trout is a tree-based routing library. It is fairly generic, but designed to be used for HTTP servers.

Re-exports

pub use node::Node;

Modules

Provides implementations for more convenient use with the http crate.

The core of the library

Enums

Ways that routing can fail

Traits

Trait to represent a Request which can be handled