본문 바로가기
Personal-Study/Rust

[Rust 문서 읽기] Foreword (들어가기에 앞서)

by Aaron-Kim 2023. 1. 28.

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


Foreword (영어)

들어가기에 앞서 (한국어)

반응형

댓글