lastfm-edit 0.1.0

Rust crate for programmatic access to Last.fm's scrobble editing functionality via web scraping
Documentation
1
2
3
4
5
6
7
# Format all Rust code in the repository
fmt:
    cargo fmt --all

# Check if all Rust code is formatted correctly (useful for CI)
fmt-check:
    cargo fmt --all -- --check