Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Translate SUMMARY.md via GitLocalize #1272

Merged
merged 5 commits into from
Oct 12, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions rustbook-ru/src/SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
- [С чего начать](ch01-00-getting-started.md)

- [Установка](ch01-01-installation.md)
- [Привет, мир!](ch01-02-hello-world.md)
- [Hello, Cargo!](ch01-03-hello-cargo.md)
- [Привет, Мир!](ch01-02-hello-world.md)
- [Привет, Cargo!](ch01-03-hello-cargo.md)

- [Программирование игры в загадки](ch02-00-guessing-game-tutorial.md)

Expand All @@ -22,7 +22,7 @@

- [Понимание владения](ch04-00-understanding-ownership.md)

- [Что такое владение?](ch04-01-what-is-ownership.md)
- [Что такое "владение"?](ch04-01-what-is-ownership.md)
- [Ссылки и заимствование](ch04-02-references-and-borrowing.md)
- [Тип среза](ch04-03-slices.md)

Expand All @@ -34,7 +34,7 @@

- [Перечисления и сопоставление с образцом](ch06-00-enums.md)

- [Определение перечисления](ch06-01-defining-an-enum.md)
- [Определение Enum](ch06-01-defining-an-enum.md)
- [Конструкция потока управления `match`](ch06-02-match.md)
- [Лаконичный поток управления с `if let`](ch06-03-if-let.md)

Expand All @@ -58,7 +58,7 @@

- [Неустранимые ошибки с `panic!`](ch09-01-unrecoverable-errors-with-panic.md)
- [Устранимые ошибки с `Result`](ch09-02-recoverable-errors-with-result.md)
- [`panic!` или не `panic!`](ch09-03-to-panic-or-not-to-panic.md)
- [`panic!` или Не `panic!`](ch09-03-to-panic-or-not-to-panic.md)

- [Общие типы, трейты (характеристики) и время жизни](ch10-00-generics.md)

Expand Down