Skip to content

Personal repo to follow the book 'Zero To Production In Rust' written by @LukeMathWalker

Notifications You must be signed in to change notification settings

floriscornel/zero2prod

Repository files navigation

'Zero To Production In Rust'

Zero To Production is the ideal starting point for your journey as a Rust backend developer. You will learn by doing: you will build a fully functional email newsletter API, starting from scratch.

Check out the free sample at www.zero2prod.com.

Development commands

Additional development tools

rustup component add clippy
rustup component add rustfmt
cargo install cargo-watch
cargo install cargo-tarpaulin
cargo install cargo-audit
cargo install cargo-edit
cargo install cargo-expand

Linting

cargo fmt

Formatting

cargo clippy

Watch tests

cargo watch -x check -x test -x run

Code coverage

cargo tarpaulin --ignore-tests

Security audit

cargo audit

About

Personal repo to follow the book 'Zero To Production In Rust' written by @LukeMathWalker

Topics

Resources

Stars

Watchers

Forks