zz_data/
lib.rs

1
2
3
4
pub mod core;
pub mod book;

pub use sqlx::types::Json as json;