Moved more code from hotel_service to lib
Some checks failed
Build & test / build (push) Failing after 6s

This commit is contained in:
Martin Berg Alstad
2024-09-08 17:27:20 +02:00
parent 7e2df67fee
commit 80f4af9087
18 changed files with 254 additions and 15 deletions

View File

@ -1,8 +1,11 @@
pub mod app;
#[cfg(feature = "serde")]
pub mod builder;
pub mod extractor;
pub mod load;
#[cfg(feature = "serde")]
pub mod response;
pub mod router;
pub mod traits;
#[cfg(feature = "serde")]
pub mod wrappers;