rsoundcloud 0.2.6

A SoundCloud API client
Documentation
1
2
3
4
5
6
use serde::{Deserialize, Serialize};

#[derive(Debug, Clone, Serialize, Deserialize)]
pub struct OriginalDownload {
    pub redirect_uri: String,
}