git clone https://github.com/TrogonStack/rusty-monorepo.git
cd rusty-monorepo
cargo build --workspaceRun the verification suite:
cargo fmt --all -- --check
cargo clippy --workspace --all-targets -- -D warnings
cargo test --workspaceAll must pass before merge.
Use Conventional Commits:
<type>(<scope>): <subject>
Types: feat, fix, chore