allfeat-midds 0.1.5

Substrate compatible MIDDS main crate.
Documentation
1
2
3
4
5
6
7
8
9
10
//! Musical Work MIDDS
//!
//! Contains everything related to musical works: compositions, songs, and their metadata.

pub mod runtime;
pub mod types;

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