allfeat-midds 0.1.5

Substrate compatible MIDDS main crate.
Documentation
1
2
3
4
5
6
7
8
9
10
//! Track MIDDS
//!
//! Contains everything related to musical tracks: recordings and their metadata.

pub mod runtime;
pub mod types;

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