mygpoclient

Crates.iomygpoclient
lib.rsmygpoclient
version0.2.0
sourcesrc
created_at2020-03-25 18:15:22.662177
updated_at2020-06-01 19:56:05.33508
descriptionClient library for gpodder.net API
homepage
repositoryhttps://github.com/FeuRenard/mygpoclient-rs
max_upload_size
id222736
size144,640
(FeuRenard)

documentation

README

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
Commit count: 156

cargo fmt