[][src]Module gotham::router::tree

Defines a hierarchial Tree with subtrees of Node.

Modules

node

Defines Node for Tree.

regex

Defines the wrapping type for a segment-matching regex.

segment

Defines SegmentType for Tree.

Structs

Tree

A hierarchical structure that provides a root Node and subtrees of linked nodes that represent valid Request paths.