rustfm-scrobble 0.1.1

Last.fm Scrobble library for Rust
Documentation
1
2
3
4
5
6
7
8
9
#[derive(Deserialize)]
pub struct AuthResponseDto {
    pub session: SessionDto
}

#[derive(Deserialize)]
pub struct SessionDto {
    pub key: String
}