https://rinthel.github.io/rust-lang-book-ko/
들어가기 앞서 - The Rust Programming Language
항상 그렇게 명확지는 않았지만, 러스트 프로그래밍 언어는 근본적으로 권한 분산에 관한 것입니다: 여러분이 어떠한 종류의 코드를 작성하는 중이던 간에, 러스트는 여러분에게 더 멀리 뻗어
rinthel.github.io
한글판
https://www.rust-lang.org/learn
Learn Rust
A language empowering everyone to build reliable and efficient software.
www.rust-lang.org
영문판
Introduction - The Rust Programming Language
Welcome! This book will teach you about the Rust Programming Language. Rust is a systems programming language focused on three goals: safety, speed, and concurrency. It maintains these goals without having a garbage collector, making it a useful language f
web.mit.edu