mirror of
https://github.com/rust-lang/rustlings.git
synced 2026-06-30 08:18:45 +00:00
docs: mention offline rustup docs in intro
This commit is contained in:
parent
60b369a2fd
commit
5b3de563ea
@ -4,5 +4,9 @@ Rust uses the `print!` and `println!` macros to print text to the console.
|
|||||||
|
|
||||||
## Further information
|
## Further information
|
||||||
|
|
||||||
|
If you installed Rust with `rustup`, you can also open local, offline copies of
|
||||||
|
Rust's documentation with commands such as `rustup doc --book`,
|
||||||
|
`rustup doc --std` and `rustup doc --rust-by-example`.
|
||||||
|
|
||||||
- [Hello World](https://doc.rust-lang.org/rust-by-example/hello.html)
|
- [Hello World](https://doc.rust-lang.org/rust-by-example/hello.html)
|
||||||
- [Formatted print](https://doc.rust-lang.org/rust-by-example/hello/print.html)
|
- [Formatted print](https://doc.rust-lang.org/rust-by-example/hello/print.html)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user