#api #interact #deezer-client

deezer

Provides a rust implementation of the Deezer Api

1 unstable release

0.1.0 Dec 3, 2020

#172 in #interact

MIT license

63KB
889 lines

Provides a rust implementation of the Deezer Api.

To interact with the api create a new instance of DeezerClient which provides all available apis and also handles authentication.

Additionally each Deezer Object which is queryable by id implements the DeezerObject trait which allows direct fetching of the given object via DeezerObject::get().

Dependencies

~3.5–8MB
~188K SLoC