[][src]Crate path_table

Generic types for path-based routing.

Structs

PathTable

A generic path-based routing table, terminating with resources R.

Resources

An iterator over the resources of a PathTable.

ResourcesMut

A mutable iterator over the resources of a PathTable.

RouteMatch

For a successful match, this structure says how any wildcard segments were matched.