FNNDSC / chrs

ChRIS CLI client in Rust

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ChRIS Client (Rust)

MIT License Test chrs (bin) codecov

This workspace provides:

  • chrs, a command-line client for ChRIS (this is what you're probably looking for)
  • chris, a Rust client library for ChRIS (this is for developers)

Development

To set up a development environment, spin up miniChRIS.

cargo nextest is recommended as an alternative to cargo test, and it may also be a workaround for a concurrency bug.

cargo nextest run

Before committing, remember to lint your code using cargo fmt and cargo clippy.

About

ChRIS CLI client in Rust

License:MIT License


Languages

Language:Rust 99.7%Language:Nix 0.2%Language:Shell 0.0%