blob: 9aba79b5bb10f672e4a2f5d23212e9a18b5aa3fc (
plain)
1
2
3
4
5
6
7
8
9
10
|
This project uses [Rust](https://www.rust-lang.org/), so use the usual
[cargo](https://doc.rust-lang.org/cargo/) commands in order to build and run the
desired binaries/tests. Just to note:
- If you want to run fuzzy tests, you need to install a nightly build from rust.
- If you want to build/test things with a single command, use the
[./scripts/full-test.sh](./scripts/full-test.sh) script.
Otherwise, if you want to contribute to this project, just [read
these guidelines](https://jo.mssola.com/en/contributing.html).
|