[][src]Module usher::router

Routing abstractions based on custom rulesets.

Although the behaviour implemented in this module is quite minimal, it should be applicable in many use cases due to the generic typing and tries to avoid tying itself to any particular mental model (except for a generic tree structure). The structures in this module can be used directly, but would typically provide more value as the underlying routing for more domain oriented structures.

Structs

Router

Routing structure providing routing for generic types.