diff options
| author | Fuwn <[email protected]> | 2025-07-08 04:26:23 +0000 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2025-07-08 04:26:23 +0000 |
| commit | 215d8529e35231f341d8384dd1eb810f0f07bdb1 (patch) | |
| tree | 138e4bcafc79e3c2718ec908d82c9332450739f3 /src/lib.rs | |
| parent | refactor(router): Manually implement trailing slash clipper (diff) | |
| download | windmark-215d8529e35231f341d8384dd1eb810f0f07bdb1.tar.xz windmark-215d8529e35231f341d8384dd1eb810f0f07bdb1.zip | |
feat(router): Add options system
Diffstat (limited to 'src/lib.rs')
| -rw-r--r-- | src/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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] |