Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ This package is currently "experimental"!

It is licensed under the GNU General Public License, version 3 or later ("GPL3+").

## Packaging

* [crate](https://crates.io/crates/forrustts)
* [docs](https://docs.rs/forrustts)

## Getting started

Install the GNU Scientific Library.
Expand Down Expand Up @@ -43,12 +48,12 @@ Pass ``--help`` to any of them for usage information.
## CI

CI testing is done using GitHub actions for both `Linux` and `macOS`.
These actions include using [clippy](https://crates.io/crates/clippy/0.0.211), which is a very strict code linter.
These actions include using [clippy](https://crates.io/crates/clippy/), which is a very strict code linter.
The actions also check code format using [rustfmt](https://crates.io/crates/rustfmt-nightly).

### Code coverage

Use [tarpaulin](https://docs.rs/crate/cargo-tarpaulin/0.3.12).
Use [tarpaulin](https://docs.rs/crate/cargo-tarpaulin/).
The documentation for that crate is excellent.
The short version is:

Expand Down