lastfm-client 2.0.0

A modern, async Rust library for fetching and analyzing Last.fm user data
Documentation
1
2
3
4
5
mod period;
mod tracks;

pub use period::{Period, TrackLimit};
pub use tracks::*;