mygpoclient-rs

Build Status codecov coveralls libraries.io Gitmoji Crates.io Documentation

Rust client library for gpodder.net

Supported features

Building

  1. Clone this repository
  2. Run cargo build

Testing

  1. Run cp set-credentials.sh _set-credentials.sh
  2. Enter valid gpodder.net credentials in _set-credentials.sh
  3. Run source ./_set-credentials.sh
  4. Run cargo test -- --test-threads=1

The tests have to run consecutively because they share state on the gpodder.net server.

Install git hooks