tidlers 0.1.1

A Rust library for interacting with the TIDAL music streaming API
Documentation
1
2
3
4
#[derive(Debug, Clone, serde::Serialize, serde::Deserialize)]
pub struct MediaMetadata {
    pub tags: Vec<String>,
}