4 releases
Uses new Rust 2024
| 0.1.3 | Sep 30, 2025 |
|---|---|
| 0.1.2 | Sep 30, 2025 |
| 0.1.1 | Sep 20, 2025 |
| 0.1.0 | Sep 19, 2025 |
#258 in Testing
321 downloads per month
54KB
1K
SLoC
Arts-n-crafts Rust
🚀 Project Summary
N/A
This project is a Rust application that uses several cargo subcommands to streamline the development process. We've
integrated powerful tools like cargo-llvm-cov and cargo-nextest for comprehensive code coverage and fast,
efficient test execution. The use of cargo-run-script helps automate build tasks, while cargo-audit ensures
our dependencies are secure.
🛠️ Development Tools
To get started with this project, you'll need a few essential cargo subcommands. Install them by running the following
commands in your terminal. We recommend that all contributors install these tools to maintain a consistent and secure
development environment.
# For generating code coverage reports
cargo install cargo-llvm-cov
# For a fast and powerful test runner
cargo install cargo-nextest
# To run scripts defined in your Cargo.toml
cargo install cargo-run-script
# To check for security vulnerabilities in project dependencies
cargo install cargo-audit
Dependencies
~3.5–7.5MB
~125K SLoC