audiobook_server 1.0.2

A self-hosted audiobook server
Documentation
1
2
3
4
5
6
//! `SeaORM` Entity. Generated by sea-orm-codegen 0.12.2

pub use super::account::Entity as Account;
pub use super::author::Entity as Author;
pub use super::music::Entity as Music;
pub use super::progress::Entity as Progress;