aboutsummaryrefslogtreecommitdiff
path: root/src/lib.rs
diff options
context:
space:
mode:
authorFuwn <[email protected]>2025-07-08 04:26:23 +0000
committerFuwn <[email protected]>2025-07-08 04:26:23 +0000
commitc18fb350b60fcda464d4ca1b2eaaeedff962ecb5 (patch)
tree138e4bcafc79e3c2718ec908d82c9332450739f3 /src/lib.rs
parentrefactor(router): Manually implement trailing slash clipper (diff)
downloadwindmark-c18fb350b60fcda464d4ca1b2eaaeedff962ecb5.tar.xz
windmark-c18fb350b60fcda464d4ca1b2eaaeedff962ecb5.zip
feat(router): Add options system
Diffstat (limited to 'src/lib.rs')
-rw-r--r--src/lib.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib.rs b/src/lib.rs
index 968c9a9..66232c8 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -36,6 +36,7 @@ pub mod module;
pub mod prelude;
pub mod response;
pub mod router;
+pub mod router_option;
pub mod utilities;
#[macro_use]