librmo 0.4.4

A library to manage media files and play them
Documentation
1
2
3
4
5
6
7
8
9
//! `SeaORM` Entity. Generated by sea-orm-codegen 0.12.15

pub use super::album::Entity as Album;
pub use super::album_group::Entity as AlbumGroup;
pub use super::library::Entity as Library;
pub use super::media::Entity as Media;
pub use super::music::Entity as Music;
pub use super::report::Entity as Report;
pub use super::track::Entity as Track;