- https://crates.io/crates/cargo-watch - watches over your Cargo project's source
- https://crates.io/crates/rand - random number generators and other randomness functionality
rustup doc –-book
opens:file:///C:/Users/%USERNAME%/.rustup/toolchains/stable-x86_64-pc-windows-msvc/share/doc/rust/html/book/index.html
(Windows)file://$HOME/.rustup/toolchains/nightly-x86_64-apple-darwin/share/doc/rust/html/book/index.html
(Mac)
rustup doc
opens:file:///C:/Users/%USERNAME%/.rustup/toolchains/stable-x86_64-pc-windows-msvc/share/doc/rust/html/index.html
(Windows)file://$HOME/.rustup/toolchains/nightly-x86_64-apple-darwin/share/doc/rust/html/index.html
(Mac)
- https://doc.rust-lang.org/std/prelude/index.html
- Reserved keywords
- Operators and symbols