listenbrainz-rs/src/lib.rs

8 lines
104 B
Rust

//! API bindings for ListenBrainz.
mod endpoint;
mod error;
pub mod raw;
pub use crate::error::Error;