arts-n-crafts

Crates.ioarts-n-crafts
lib.rsarts-n-crafts
version0.1.3
created_at2025-09-19 17:53:39.681422+00
updated_at2025-09-30 16:52:10.116732+00
descriptionArts and Crafts was a reaction against the industrialization and excess of the Victorian era, and it sought to celebrate traditional craftsmanship and materials. Arts and Crafts architecture is characterized by a simple and functional design, the use of natural materials, and a focus on craftsmanship.
homepage
repositoryhttps://github.com/arts-n-crafts/rust
max_upload_size
id1846744
size205,984
Jens van Hellemondt (jvhellemondt)

documentation

README

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
Commit count: 69

cargo fmt