1
0
mirror of https://github.com/rust-lang/rustlings.git synced 2026-05-18 09:51:14 +02:00

Merge pull request #2380 from MatrixFrog/std-docs

Add a note about offline stdlib docs
This commit is contained in:
Mo Bitar
2026-05-09 10:17:41 +02:00
committed by GitHub
+4
View File
@@ -73,6 +73,10 @@ While working with Rustlings, please use a modern terminal for the best user exp
The default terminal on Linux and Mac should be sufficient.
On Windows, we recommend the [Windows Terminal](https://aka.ms/terminal).
### Offline documentation
Whenever you're working on Rustlings offline, you can access a local copy of the standard library documentation by running `rustup doc --std`.
## Usage
After being done with the setup, visit the [**usage**](@/usage/index.md) page for some info about using Rustlings 🚀