Rewritten diesel_crud to be more flexible

This commit is contained in:
Martin Berg Alstad
2024-08-24 19:29:54 +02:00
parent 3318aacf7c
commit 17c81f4da1
15 changed files with 385 additions and 348 deletions

View File

@ -16,6 +16,7 @@ impl<T: Serialize> BaseResponse<T> {
}
}
// TODO version should reference the version in caller's Cargo.toml
#[macro_export]
macro_rules! from {
($body:expr) => {