mirror of
https://github.com/flibusta-apps/book_library_server.git
synced 2025-12-08 09:30:43 +01:00
Rewrite to rust init
This commit is contained in:
11
src/serializers/mod.rs
Normal file
11
src/serializers/mod.rs
Normal file
@@ -0,0 +1,11 @@
|
||||
pub mod pagination;
|
||||
pub mod author;
|
||||
pub mod author_annotation;
|
||||
pub mod genre;
|
||||
pub mod source;
|
||||
pub mod book;
|
||||
pub mod sequence;
|
||||
pub mod utils;
|
||||
pub mod translator;
|
||||
pub mod allowed_langs;
|
||||
pub mod book_annotation;
|
||||
Reference in New Issue
Block a user