Rust 개발환경 구성 (Windows)

2026. 7. 25. 12:07·Programming/Rust

Rust 개발환경 다운로드

Rust 툴체인 (rustup) 설치

사전 요구사항 (C++ Build Tools)
Windows에서 Rust를 컴파일하려면 MSVC(Microsoft Visual C++) 빌드 도구가 필요합니다. Rustup 설치 과정에서 자동으로 안내해 주지만, 미리 Visual Studio Build Tools를 설치해 두시면 더 원활합니다. ("C++을 사용한 데스크톱 개발" 워크로드 선택)


rustup-init.exe 다운로드
https://static.rust-lang.org/rustup/dist/x86_64-pc-windows-msvc/rustup-init.exe
위 링크를 클릭하여 rustup-init.exe 파일을 다운로드하고 실행하세요.

설치확인

설치가 완료되었다면, 터미널을 재시작한 후 아래 명령어로 버전을 확인합니다.

// 버전확인
rustc --version

// 카코버전 확인
cargo --version

 

IDE (에디터) 세팅

Visual Studio Code 추천
대부분의 Rust 개발자가 사용하는 표준 조합입니다.

 

첫 프로젝트 생성 (Cargo)

$ cargo new hello_rust
Created binary (application) `hello_rust` package

$ cd hello_rust

$ cargo run
Compiling hello_rust v0.1.0
Finished `dev` profile [unoptimized + debuginfo] target(s)
Running `target/debug/hello_rust`
Hello, world!

 

'Programming > Rust' 카테고리의 다른 글

Rust 언어 기초 문법 완벽 정리 #2  (0) 2026.08.06
Rust 언어 기초 문법 완벽 정리 #1  (0) 2026.08.05
'Programming/Rust' 카테고리의 다른 글
  • Rust 언어 기초 문법 완벽 정리 #2
  • Rust 언어 기초 문법 완벽 정리 #1
레이조(RayCho)
레이조(RayCho)
개발자 레이조(RayCho)의 블로그입니다. 똑똑하게 배우고 기록하는 공간
  • 레이조(RayCho)
    레이(Ray)의 개발이야기
    레이조(RayCho)
  • 전체
    오늘
    어제
    • 분류 전체보기 (101) N
      • Programming (101) N
        • Python (9)
        • Flutter (4)
        • Delphi (25)
        • Java,Spring Boot (2) N
        • Lazarus (2)
        • C#.NET (20)
        • ASP.NET (5)
        • Database (8)
        • Game Dev (6)
        • Rust (3)
        • PHP (3)
        • Web (6)
        • ETC (8)
  • 블로그 메뉴

    • 홈
    • Introduce
    • 태그
  • 링크

    • Naver Blog
    • Diary Blog
  • 공지사항

  • 인기 글

  • 태그

    프로그래밍
    WPF
    델파이
    csharp
    objectpascal
    delphi
    ASP.NET
    Flutter
    VCL
    문법
    iis
    기초
    mssql
    PSP
    Web
    Python
    프로젝트
    C#
    개발환경
    소스코드
  • 최근 댓글

  • 최근 글

  • hELLO· Designed By정상우.v4.10.5
레이조(RayCho)
Rust 개발환경 구성 (Windows)
상단으로

티스토리툴바