I use the default installation of Rust and want to read the doc following this tutorial:
$ rustup doc
But the above command outputs the following error:
There is indeed no html
directory:
$ ls /home/xiaonan/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/share/doc/rust/
COPYRIGHT LICENSE-APACHE LICENSE-MIT README.md
How can I read the Rust documentation offline?