aboutsummaryrefslogtreecommitdiff
path: root/src/lib.rs
diff options
context:
space:
mode:
authoromagdy7 <omar.professional8777@gmail.com>2024-06-06 22:22:58 +0300
committeromagdy7 <omar.professional8777@gmail.com>2024-06-06 22:22:58 +0300
commitf2cdc940374a2eef7cdae9a34c90a52e527a0874 (patch)
treee0c31a41251a42303514ee4f375f0b4507fdc162 /src/lib.rs
parentfe378c20c645ca1cb6cc04e95c9afd4c2de5c0e8 (diff)
downloadtiny-server-f2cdc940374a2eef7cdae9a34c90a52e527a0874.tar.xz
tiny-server-f2cdc940374a2eef7cdae9a34c90a52e527a0874.zip
refactor: Changed the method struct signatrue and added a new general Endpoint struct for better ergonomic api
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 9d58875..582b67e 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -1,4 +1,5 @@
pub mod extractor;
+pub mod handlers;
pub mod http_types;
pub mod request;
pub mod response;