aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorFuwn <[email protected]>2022-04-15 01:04:06 +0000
committerFuwn <[email protected]>2022-04-15 01:04:06 +0000
commitdecee57495901c901628ea613d0f1a6d6234a0aa (patch)
tree43ec7ffa975025bb5c5567b20be67ec7e826f8a0 /src
parentfeat: handle bad request (diff)
downloadwindmark-decee57495901c901628ea613d0f1a6d6234a0aa.tar.xz
windmark-decee57495901c901628ea613d0f1a6d6234a0aa.zip
feat(handler): expose handler types
Diffstat (limited to 'src')
-rw-r--r--src/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib.rs b/src/lib.rs
index 8b3c1f3..4050b31 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -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;