feat: initial API and docs

This commit is contained in:
Ninjdai 2025-07-30 16:55:07 +02:00
parent 79be4eb543
commit 5d709d658b
16 changed files with 3169 additions and 342 deletions

4
src/routes/mod.rs Normal file
View file

@ -0,0 +1,4 @@
pub mod book;
pub mod book_instance;
pub mod owner;