Crates.io | typed-urls |
lib.rs | typed-urls |
version | 0.1.0 |
source | src |
created_at | 2021-08-28 09:41:36.387941 |
updated_at | 2021-08-28 09:41:36.387941 |
description | Type-safe URLs for Rust web applications |
homepage | |
repository | https://labs.soap.coffee/crates/typed-urls.git |
max_upload_size | |
id | 443390 |
size | 21,333 |
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.