The Rust Docs Appear
The The Rust Programming Language is a great introduction to the Rust Language. But what if I want to read the book offline?
Today I learned that if you have Rust installed, you have the documentation locally, via this pull request:
https://github.com/rust-lang/rust/pull/23279/files
Here's the starting point (Unix):
$ open /usr/local/share/doc/rust/html/book/README.html
Execute this command and start reading.
Tweet