DuskSystems / wayfind

A speedy, flexible router for Rust.
Apache License 2.0
10 stars 0 forks source link

Create default built-in constraints #90

Closed CathalMullan closed 2 months ago

CathalMullan commented 2 months ago

Like: https://learn.microsoft.com/en-us/aspnet/core/fundamentals/routing?view=aspnetcore-9.0#route-constraints

Allow for syntax like: <name:u8>

May need to re-evaluate wildcard approach. Wildcards now work via a leading '', so we can still have constraints like: `<names:my_constraint>`