aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
blob: 50992746a60d5c71cee61ea3b502a240bcd17845 (plain)
1
2
3
4
5
6
7
# `typed-urls`

This crate allows to define the various routes of your webapp using a
simple Rust structure.  See `typed-urls-derive/tests/simple.rs` for an
example. Currently support `actix` and `tera`.

`typed-urls` is distributed under the terms of the MPL 2.0 license.