DEV Community

Discussion on: What's your go to Rust resources?

Collapse
 
pahosler profile image
pahosler

first install rust, then...
use this magic cli command
rustup docs --book
and
rustup docs --rust-by-example

the above will open a local copy of the appropriate rust books in your browser

use
rustup docs --help for even more options!