allfeat-midds 0.1.6

Substrate compatible MIDDS main crate.
Documentation
1
2
3
4
5
6
7
8
9
10
//! Release MIDDS
//!
//! Contains everything related to musical releases: albums, EPs, singles, and their metadata.

pub mod runtime;
pub mod types;

// Re-exports
pub use runtime::Release;
pub use types::*;