Getting Started1 [Rust 문서 읽기] 1. Getting Started (시작하기) The Rust Programming Language - Installation (macOs) - rustup: command line tool for managing Rust versions, associated tools $ curl https://sh.rustup.rs -sSf | sh $ source $HOME/.cargo/env $ rustc --version $ rustup update - Rustacean - offline doc: rustup doc - Hello, World! - IDE support via rust-analyzer - make a new source file and call it main.rs - filename convention: snake case - main fu.. 2023. 1. 28. 이전 1 다음 반응형