휴지통/러스트

러스트 입문

b1ackhand 2023. 8. 16. 17:55

러스트는 c, c++를 대체할 수 있는 언어로 등장하게 되었다.

 

최근 대회 검수중에 러스트로 코드를 작성하시는 분을 보고 그런 코드를 읽을 수 있는 수준은 되어야 된다고 생각하여 공부하게 되는 계기가 되었다. 

 

https://doc.rust-lang.org/book/ch01-00-getting-started.html

 

Getting Started - The Rust Programming Language

Let’s start your Rust journey! There’s a lot to learn, but every journey starts somewhere. In this chapter, we’ll discuss: Installing Rust on Linux, macOS, and Windows Writing a program that prints Hello, world! Using cargo, Rust’s package manager

doc.rust-lang.org

이 문서를 보고 공부할 생각이고 중요한 부분만 정리 해볼려고한다.

 

vscode를 이용하여 코드를 짯고

extension에 rust-analyzer를 사용했다.