diff options
Diffstat (limited to 'src/lib.rs')
| -rw-r--r-- | src/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1,4 +1,5 @@ pub mod extractor; +pub mod handlers; pub mod http_types; pub mod request; pub mod response; |
![]() |
index : tiny-server | |
| Unnamed repository; edit this file 'description' to name the repository. |
| aboutsummaryrefslogtreecommitdiff |
| -rw-r--r-- | src/lib.rs | 1 |
@@ -1,4 +1,5 @@ pub mod extractor; +pub mod handlers; pub mod http_types; pub mod request; pub mod response; |