dmfutcher / rustfm-scrobble

Last.fm Scrobble API for Rust
MIT License
34 stars 11 forks source link

Comprehensive API documentation for all public exports #19

Closed dmfutcher closed 5 years ago

dmfutcher commented 7 years ago

Documentation needs expanding quite dramatically. Currently it is very barebones, see https://docs.rs/rustfm-scrobble/0.9.2/rustfm_scrobble/

For 1.0 release we want documentation for every module, struct etc. we export. The crate isn't too complicated, nor too big, so documenting shouldn't be too painful.

dmfutcher commented 5 years ago

Made a big effort to document all the public API. Much happier with this documentation.