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 | 4fef121041039570fa47cef9602eff5097e7c6e6 (patch) | |
| tree | 43ec7ffa975025bb5c5567b20be67ec7e826f8a0 /src | |
| parent | feat: handle bad request (diff) | |
| download | windmark-4fef121041039570fa47cef9602eff5097e7c6e6.tar.xz windmark-4fef121041039570fa47cef9602eff5097e7c6e6.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; |