/rust-zero2hero

Zero to Production - https://www.zero2prod.com/

Primary LanguageRust

Zero to Prod in Rust

Notes

CI:

cargo test

cargo tarpaulin --ignore-tests (Code coverage)

cargo clippy (linting)

cargo fmt -- --check

cargo audit (Security)