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

2
src/utils/mod.rs Normal file
View file

@ -0,0 +1,2 @@
pub mod open_library;
pub mod serde;