langujo/rust/hello_world/DESCRIPTION.md
2024-11-03 09:12:12 +03:00

8 lines
587 B
Markdown
Raw Permalink 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.

# Полезные ссылки
- [Get started](https://www.rust-lang.org/learn/get-started)
- [Инструкция сборки](https://www.rust-lang.org/tools/install)
# Сбор программы
Rust - компилируемый язык, поэтому для запсука любого приложения надо:
1. Скачать приложение `Rustup`, которое является установщиком и менеджером версий Rust'a;
2. Использовать компилятор `rustc`, который используется `cargo`