rsoundcloud 0.2.6

A SoundCloud API client
Documentation
1
2
3
4
5
6
7
8
mod common;

use common::get_client;

#[tokio::test]
async fn client_can_create() {
    get_client().await;
}