Added Wrapper types and DateTimeInterval

This commit is contained in:
Martin Berg Alstad
2024-08-19 23:15:55 +02:00
parent ae775f4e9e
commit 00e894140f
10 changed files with 161 additions and 1 deletions

View File

@ -4,3 +4,5 @@ pub mod load;
#[cfg(feature = "serde")]
pub mod response;
pub mod router;
#[cfg(feature = "serde")]
pub mod wrappers;