CodinGame Rust template that contains automatic benchmarking, automatic mutation testing, automatic fuzz testing.
- Benchmark tool : https://bencher.dev/learn/benchmarking/rust/libtest-bench/
- Benchmark CI : https://bencher.dev/docs/how-to/github-actions/
- mutation testing : https://mutants.rs
- Code coverage : https://codecov.io/gh/MathieuSoysal/CodinGame_Rust_template
- Crate publish: https://crates.io/settings/tokens
- Crate prusti : https://viperproject.github.io/prusti-dev/user-guide/tour/getting-started
-
CodinGame Rust template
-> with your project name -
codingame-rust-template
-> with your rust project name -
CodinGame_Rust_template
-> with your GitHub repository name -
rust-template
-> with your Bencher project name -
MathieuSoysal
-> with your GitHub username -
2024
-> with the current year -
CodinGame Rust template that contains automatic benchmarking, automatic mutation testing, automatic fuzz testing.
-> with your project description
- Add
BENCHER_API_KEY
in your repository secrets - Add
CODECOV_TOKEN
in your repository secrets - Add
CARGO_REGISTRY_TOKEN
in your repository secrets
MacOS
Install the latest version for your system:curl -sS https://raw.githubusercontent.com/MathieuSoysal/Exercisme-Rust-Template/main/install/install.sh | sh
Linux
Install the latest version for your system:
curl -sS https://raw.githubusercontent.com/MathieuSoysal/Exercisme-Rust-Template/main/install/install.sh | sh
Windows
Install the latest version for your system: Install
We are always looking for contributors of all skill levels! If you're looking to ease your way into the project, try out a good first issue.
If you are interested in helping contribute to CodinGame Rust template, don't hesitate to create your issue Create new Issue.
### 🚀 Quick start contributing
Quick start contributing you just need to click to this link Start Online Devcontainer to automatically create a development environment for this project and start contributing ;) and you can also read the CONTRIBUTING.md
Copyright © 2019-present, CodinGame Rust template Contributors.
This project is ISC licensed.
If you like this project, feel free to support it by clicking on the ⭐️ button.