mizchi/mars/router/trie does not have a README file
pub(all) enum Pattern {
Wildcard
Param(String)
ParamWithRegex(String, String)
}impl Router for TrieRouterHono-inspired MoonBit web framework with trie routing, middleware, SSE, and mizchi/x HTTP backend for native and Node.js
Dependencies