cargo-setupx 0.1.0

Rust-based CLI and library that automates the initial setup of new Rust projects with modular configuration packs
Documentation
1
2
3
4
5
//! Pack modules for project setup

pub mod architecture;
pub mod hooks;
pub mod quality;