NetEase Cloud Music API for Rust.
toml
[dependencies]
ncmapi = "0.1"
tokio = { version = "1", features = ["full"] }
```rust use ncmapi::NcmApi;
async fn main() -> std::result::Result<(), Box
let res = resp.unwrap().deserialize_to_implict();
println!("{:#?}", res);
Ok(())
} ```
Most of the functions are self documented. If there is some confusion about the params of a funtion requires, figure out here
If you think this package useful, please do make pull requests.