Crate path_table

Source
Expand description

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.