diff options
| author | Fuwn <[email protected]> | 2022-03-26 05:35:50 +0000 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2022-03-26 05:35:50 +0000 |
| commit | 4e2f1515096825560369cf95d1a0814e80fc3335 (patch) | |
| tree | e4232e1c49eaa2016b11ffa233f12e6f4bb34799 /src/lib.rs | |
| parent | feat: expose url to route (diff) | |
| download | windmark-4e2f1515096825560369cf95d1a0814e80fc3335.tar.xz windmark-4e2f1515096825560369cf95d1a0814e80fc3335.zip | |
feat(utilities): queries_from_url
Diffstat (limited to 'src/lib.rs')
| -rw-r--r-- | src/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -29,6 +29,7 @@ pub mod response; pub mod status; +pub mod utilities; #[cfg(feature = "logger")] #[macro_use] |