-
Rust 명령어 rustup, rustc, cargo run 연습코딩Coding/★Rust★기초★Syntax 2021. 5. 7. 16:58728x90
Summary
In this module, you learned:
The types of applications you can build by using Rust.
Rust is useful for both low-level and high-level types of development.
The rustup command is used to set up a development environment in Rust.
The rustc command is used to write and compile Rust programs.
You use Cargo to start a new project template, and build and run it.
In the next module in this learning path, you'll walk through some common programming concepts in Rust, including functions, data types, and control flow.
번역
요약
Completed
100 XP
4 minutes
이 모듈에서 다음과 같은 것을 배웠습니다.
Rust를 사용하여 빌드할 수 있는 응용 프로그램의 유형입니다.
Rust은 낮은 수준의 개발 유형과 높은 수준의 개발에 유용합니다.
이 명령은 Rust에서 개발 환경을 설정하는 데 사용됩니다.rustup
명령은 Rust 프로그램을 작성하고 컴파일하는 데 사용됩니다.rustc
Cargo를 사용하여 새 프로젝트 템플릿을 시작하고 빌드하고 실행합니다.
이 학습 경로의 다음 모듈에서는 함수, 데이터 유형 및 제어 흐름을 비롯한 Rust의 몇 가지 일반적인 프로그래밍 개념을 살펴보겠습니다.
https://docs.microsoft.com/en-us/learn/modules/rust-get-started/8-knowledge-check
다른글 보기
Cargo run 실행 연습
Rust연습_ X출력하기 -
https://economiceco.tistory.com/m/4157Rust Tutorial ❤️한글Rust Programming Languages-RoadMap로드맵
출처: https://economiceco.tistory.com/12879 [경제PLUS:티스토리]https://economiceco.tistory.com/12879
반응형'코딩Coding > ★Rust★기초★Syntax' 카테고리의 다른 글
RUST)러스트 개발자들이 다른 개발자들을 위한 오픈 소스 러스트 프로젝트들을 등록하는 곳 (0) 2021.05.09 What can C++ do that Rust can’t? (2021 edition) (0) 2021.05.09 Introduction - The Rust Reference러스트 영문 설명서 (0) 2021.05.08 Rust Keywords(영문),예약어(Reserved Word) (0) 2021.05.08 Rust 초보자를 위한 설명서-Learn(마이크로소프트) (0) 2021.05.07 Rust 팬들 흥분하는 소리가 들린다. 구글형이 밀어주고 Rust in Android Platform./아마존 AWS가 커뮤니티 키워주고.!! (0) 2021.04.13 Rust 2021 Roadmap (0) 2020.12.23 When to use Rust? (0) 2020.12.21