shukusai 0.0.0

Festival (music player) internals
Documentation
mod collection;
pub use collection::*;

mod art;
pub use art::*;

mod album;
pub use album::*;

mod artist;
pub use artist::*;

mod song;
pub use song::*;

mod key;
pub use key::*;

mod slice;
pub use slice::*;