# Getting Access to Rust Docs When You are Offline

DevFeed: [Getting Access to Rust Docs When You are Offline](<https://devfeed.tech/articles/getting-access-to-rust-docs-when-you-are-offline-28319.md>)

Original publisher: [Read original article](<http://fuzzyblog.io/blog/rust/2020/02/29/getting-access-to-rust-docs-when-you-are-offline.html>)

Author: Fuzzygroup

Published: 2020-02-29T00:00:00Z

Content type: tutorial

Language: en

Sources: [Scott Johnson](<https://devfeed.tech/sources/scott-johnson.md>)

Topics: [Rust](<https://devfeed.tech/topics/rust.md>), [Documentation](<https://devfeed.tech/topics/documentation.md>), [browser](<https://devfeed.tech/topics/browser.md>)

Tags: [browser](<https://devfeed.tech/tags/browser.md>), [docs](<https://devfeed.tech/tags/docs.md>), [documentation](<https://devfeed.tech/tags/documentation.md>), [install](<https://devfeed.tech/tags/install.md>), [offline](<https://devfeed.tech/tags/offline.md>), [rust](<https://devfeed.tech/tags/rust.md>)

## AI overview

A short guide to accessing Rust documentation offline with rustup docs --book, which opens searchable documentation in a browser. It also mentions devdocs.io's offline option.

## Source excerpt

This one is short but simple since I didn't have it on my last flight and I fly again tomorrow. To access your Rust documentation when you aren't online: rustup docs --book That brings up a browser with a full implementation of the rust docs. Not only is there a full table of contents but it is also searchable. There is also the magic of devdocs.io but that requires that you were wise enough to have pre-clicked the install for offline option. And, alas, I was not.