Wrap-Up
Hands-on Rust — by Herbert Wolverson (21 / 120)
--
👈 Package Management with Cargo | TOC | Chapter 2 First Steps with Rust 👉
You now have Rust installed and a degree of familiarity with the tools it provides. You edited your first Rust program and you have a comfortable text editing environment. In the next chapter, you’ll put this knowledge to use and start writing Rust programs.
Footnotes
[5] https://win.rustup.rs/x86_64
[6] https://visualstudio.microsoft.com/downloads/
[7] https://doc.rust-lang.org/cargo/
[8] http://helloworldcollection.de/
[9] https://github.com/toml-lang/toml
[10] https://doc.rust-lang.org/cargo/reference/manifest.html
[11] https://doc.rust-lang.org/edition-guide/editions/index.html
[12] https://doc.rust-lang.org/std/fmt/
[13] https://doc.rust-lang.org/1.0.0/style/README.html
[14] https://github.com/rust-lang/rustfmt
[15] https://rust-lang.github.io/rust-clippy/master/index.html#needless_range_loop.
[16] https://github.com/rust-lang/rust-clippy
[19] https://doc.rust-lang.org/cargo/reference/specifying-dependencies.html
Copyright © 2021, The Pragmatic Bookshelf.
👈 Package Management with Cargo | TOC | Chapter 2 First Steps with Rust 👉
Hands-on Rust by Herbert Wolverson can be purchased in other book formats directly from the Pragmatic Programmers. If you notice a code error or formatting mistake, please let us know here so that we can fix it.