wayfinder 0.2.1

A little HTTP router generator
Documentation
1
2
3
4
5
6
7
//! Codegen utilities for producing route matchers.

mod flat;
mod gen;
mod trie;

pub use gen::codegen;