1
0
mirror of https://github.com/rust-lang/rustlings.git synced 2026-06-19 22:58:50 +02:00

Add a note about offline stdlib docs

This commit is contained in:
Tyler Breisacher
2026-04-16 19:21:08 -07:00
parent b7308825ec
commit 5464fcd7e6
+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 (optional)
If you are going to be working on Rustlings while offline, you may want to run `rustup doc --std` to make the standard library documentation available on your machine.
## Usage
After being done with the setup, visit the [**usage**](@/usage/index.md) page for some info about using Rustlings 🚀