Files
rslr/README.md
2026-04-22 09:24:21 +02:00

29 lines
748 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# 🦀 Learning rust-book 🦀
## `(0.1)` "Язык программирования [Rust](rust-lang.org)"
### `(0.1.1)` "Начало": [_*click*_](https://doc.rust-lang.ru/book/title-page.html)
<details>
<summary>RustUp</summary>
Установака `RustUp` на MacOs.
```fish
brew install rustup
```
Установка стабильной версии!
```fish
rustup default stable
```
</details>
### `(0.1.2)` "Предисловие": [_*click*_](https://doc.rust-lang.ru/book/foreword.html)
> **`Rust 🦀`** - это "*`разрушение барьеров`*". В большей мере на это странице описание книги и ввод читателя в курс дела.
---