The guide is very informative and left me with very few questions!
Highlights:
- Excellent job showing what happens with
cargo build
execution. - Same for
cargo run
and inclusion of the--release
flag. - Good descriptions of the purpose and concerns of the
Cargo.toml
andCargo.lock
files. - Noted when to include
Cargo.lock
in the repo: yes for apps, no for libs (similar to Gemfile.lock in Ruby apps/gems).
Maybe helpfuls: