[][src]Crate trout

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

hyper

Provides implementations for more convenient use with hyper.

node

The core of the library

Enums

RoutingFailure

Ways that routing can fail

Traits

Request

Trait to represent a Request which can be handled