HOW to read rust documentation offline??

braindead
Aug 11, 2022

--

Firstly rust must be installed on your system.

For making rust documentation run the following command on your terminal.

rustup component add rust-docs

The above command will download and install the rust-doc on your system, this require some internet but after that you are good to use rust-doc offline.

Now run the following command in your terminal to view rust-documentation offline on your browser. It will automatically open in your default browser on running the following command.

rustup doc

--

--

braindead
braindead

Written by braindead

A passionate programmer, I am eager to challenge myself to do things I’ve never accomplished before and I strive to learn and improve on my skills every day

No responses yet