Go to file
Koen Bolhuis 7f07ecfb32 Add ListenBrainz type
The ListenBrainz struct is a more ergonomic client
than raw::Client. It supports authentication using
a ListenBrainz token. Currently, it allows submitting
"listened" and "now playing" requests to the API
in a more convenient way than manually creating all
request data.
2021-01-20 00:16:53 +01:00
examples Move Client to raw module 2021-01-19 23:51:17 +01:00
src Add ListenBrainz type 2021-01-20 00:16:53 +01:00
.gitignore Initial commit 2021-01-09 04:36:14 +01:00
CHANGELOG.md Update changelog 2021-01-19 23:55:03 +01:00
Cargo.toml Release v0.1.0 2021-01-14 03:35:59 +01:00
LICENSE Add LICENSE, README.md and Cargo.toml fields 2021-01-10 21:50:29 +01:00
README.md Release v0.1.0 2021-01-14 03:35:59 +01:00
rustfmt.toml Add default rustfmt config 2021-01-14 03:29:15 +01:00

README.md

listenbrainz

Crate Documentation

ListenBrainz API bindings for Rust.