listenbrainz-rs/src/lib.rs

8 lines
104 B
Rust
Raw Normal View History

2021-01-09 03:36:14 +00:00
//! API bindings for ListenBrainz.
2021-01-10 18:22:50 +00:00
mod endpoint;
2021-01-10 18:30:03 +00:00
mod error;
2021-01-19 22:41:54 +00:00
pub mod raw;
2021-01-09 03:36:14 +00:00
2021-01-14 01:42:17 +00:00
pub use crate::error::Error;