러스트 환경설정
러스트 설치
Section titled “러스트 설치”아래 커맨드를 입력하여 설치 스크립트를 다운로드하고 실행한다.
curl https://sh.rustup.rs -sSf | sh -s- 러스트 공식 사이트에 접속한다.
rustup-init.exe(64-bit)파일을 다운로드하고 설치한다.
러스트 설치 확인
Section titled “러스트 설치 확인”cargo 명령어 정리
Section titled “cargo 명령어 정리”프로젝트 생성
Section titled “프로젝트 생성”