Skip to content

FNNDSC/chrs

Repository files navigation

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.