2 unstable releases

0.2.0 Jun 1, 2020
0.1.1 Mar 25, 2020
0.1.0 Mar 25, 2020

#31 in #podcast

GPL-3.0-only

97KB
1.5K SLoC

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

  • commit-msg: Run ln -s ../../commit-msg.sh .git/hooks/commit-msg && chmod +x commit-msg.sh
  • pre-commit: Run ln -s ../../pre-commit.sh .git/hooks/pre-commit && chmod +x pre-commit.sh

Dependencies

~4.5–9MB
~200K SLoC