1. 공식 가이드 - https://www.rust-lang.org/
Rust Programming Language
A language empowering everyone to build reliable and efficient software.
www.rust-lang.org
2. 인스톨 - https://www.rust-lang.org/tools/install
Install Rust
A language empowering everyone to build reliable and efficient software.
www.rust-lang.org
3. 설치 방법
인스톨 홈페이지에서 OS 환경에 맞는 설치 파일을 다운 받는다.

인스톨파일을 실행하고 1을 입력하고 엔터 키를 누른다.

설치완료

4. VSCODE 설치하기 - https://code.visualstudio.com/
Visual Studio Code - Code Editing. Redefined
Visual Studio Code is a code editor redefined and optimized for building and debugging modern web and cloud applications. Visual Studio Code is free and available on your favorite platform - Linux, macOS, and Windows.
code.visualstudio.com
5. VSCODE의 Extension 중 rust-analyzer 설치하기

'Basic Programming > Rust' 카테고리의 다른 글
Rust - 기본 문법 (0) | 2023.04.06 |
---|---|
Rust - Hello World (0) | 2023.03.29 |