diff options
| author | Fuwn <[email protected]> | 2022-04-15 01:04:06 +0000 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2022-04-15 01:04:06 +0000 |
| commit | decee57495901c901628ea613d0f1a6d6234a0aa (patch) | |
| tree | 43ec7ffa975025bb5c5567b20be67ec7e826f8a0 /src | |
| parent | feat: handle bad request (diff) | |
| download | windmark-decee57495901c901628ea613d0f1a6d6234a0aa.tar.xz windmark-decee57495901c901628ea613d0f1a6d6234a0aa.zip | |
feat(handler): expose handler types
Diffstat (limited to 'src')
| -rw-r--r-- | src/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -107,7 +107,7 @@ #![deny(clippy::all, clippy::nursery, clippy::pedantic)] #![recursion_limit = "128"] -mod handler; +pub mod handler; pub mod module; pub mod response; pub mod returnable; |