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.
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
cargo fmt
cargo clippy
cargo watch -x check -x test -x run
cargo tarpaulin --ignore-tests
cargo audit