2021-01-10 20:50:29 +00:00
|
|
|
# listenbrainz
|
|
|
|
|
2021-01-14 02:35:12 +00:00
|
|
|
[![Crate](https://img.shields.io/crates/v/listenbrainz)](https://crates.io/crates/listenbrainz)
|
|
|
|
[![Documentation](https://docs.rs/listenbrainz/badge.svg)](https://docs.rs/listenbrainz)
|
2021-10-19 22:35:50 +01:00
|
|
|
[![CI builder](https://github.com/InputUsername/listenbrainz-rs/actions/workflows/ci.yml/badge.svg)](https://github.com/InputUsername/listenbrainz-rs/actions/workflows/ci.yml)
|
2021-01-30 02:19:58 +00:00
|
|
|
[![License](https://img.shields.io/crates/l/listenbrainz)](https://github.com/InputUsername/listenbrainz-rs/blob/main/LICENSE)
|
2021-01-14 02:35:12 +00:00
|
|
|
|
2021-01-10 20:50:29 +00:00
|
|
|
ListenBrainz API bindings for Rust.
|
2021-01-30 01:31:04 +00:00
|
|
|
|
|
|
|
There is also [listenbrainz-rust](https://crates.io/crates/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.
|