- You can see setup on this https://github.com/LukeMathWalker/zero-to-production/blob/main/README.md
- I learn from this project. https://github.com/LukeMathWalker/zero-to-production/tree/main
- test ->
cargo test - code coverage ->
cargo llvm-cov - linting ->
cargo clippy -- -D warnings - format ->
cargo fmt -- --check - security vulnerabilities ->
cargo audit