Go to file
Koen Bolhuis e9fd33a7b3 Add lints
Add some useful #![deny(...)] lints:
- missing_docs to disallow undocumented public items;
- missing_debug_implementations for public types;
- no unsafe code or unstable features.
2021-10-19 23:58:30 +02:00
.github/workflows Add CI status badge to README 2021-10-19 23:35:50 +02:00
examples Add rate limiting example 2021-01-30 03:08:42 +01:00
src Add lints 2021-10-19 23:58:30 +02:00
.gitignore Initial commit 2021-01-09 04:36:14 +01:00
CHANGELOG.md Release v0.3.0 2021-05-12 20:32:51 +02:00
Cargo.toml Use the attohttpc crate instead of ureq. 2021-09-01 18:04:56 +02:00
LICENSE Add LICENSE, README.md and Cargo.toml fields 2021-01-10 21:50:29 +01:00
README.md Add CI status badge to README 2021-10-19 23:35:50 +02:00
rustfmt.toml Add default rustfmt config 2021-01-14 03:29:15 +01:00

README.md

listenbrainz

Crate Documentation CI builder License

ListenBrainz API bindings for Rust.

There is also listenbrainz-rust. However, that crate only supports single listens, imports and now playing requests, and is also not maintained anymore. This crate, on the other hand, aims to be a complete API wrapper for the ListenBrainz API, version 1.