The Rust Programming Language
- Empowerment
- System Level (low-level)
- Memory management
- Data representation
- Concurrency
- Reliable & Efficient in terms of speed and memory usage
- Parallelism is relatively low-risk operation: Compiler will catch the classical mistakes for us
- Focus on more aggressive optimizations
- Not only for low-level system programming but also CLI app, Web server, etc.
- online docs: https://doc.rust-lang.org/stable/book/
- offline docs: rsutup docs --book
- additional docs: https://rust-book.cs.brown.edu
반응형
'Personal-Study > Rust' 카테고리의 다른 글
[Rust 문서 읽기] 4. Understanding Ownership (소유권 이해하기) (0) | 2023.01.29 |
---|---|
[Rust 문서 읽기] 3. Common Programming Concepts (보편적인 프로그래밍 개념) (0) | 2023.01.29 |
[Rust 문서 읽기] 2. Programming a Guessing Game (추리 게임 튜토리얼) (0) | 2023.01.29 |
[Rust 문서 읽기] 1. Getting Started (시작하기) (0) | 2023.01.28 |
[Rust 문서 읽기] Introduction (소개) (0) | 2023.01.28 |
댓글