rust language example
Rust is a multi-paradigm, general-purpose programming language designed for performance and safety, especially safe concurrency. Rust is syntactically similar to C++, but can guarantee memory safety by using a borrow checker to validate references. Rust achieves memory safety without garbage collection, and reference counting is optional. Rust has been called a systems programming language and in addition to high-level features such as functional programming it also offers mechanisms for low-level memory management.
- 파이어폭스
- 매직 포켓 - 드롭박스의 파일 스토리지 시스템
- 서보 - 모질라의 새 병렬 렌더링 엔진으로, 삼성과 함께 개발되고 있음.
- OpenDNS - 구성 요소 중 2개에 러스트를 사용하고 있음.
- 레독스 OS - 러스트로 개발 중인 마이크로커널 운영 체제.
- TiKV - 러스트로 구동되는 분산 키 값 데이터베이스.
- Piston - 모듈식 게임 엔진
- 디스코드 - 러스트로 백엔드가 구동되는 채팅 소프트웨어
- Deno - V8을 기반으로 하는 자바스크립트 및 타���스크립트 런타임
- amazon.science, "How Prime Video updates its app for more than 8,000 device types"
- microsoft.com, "Microsoft joins Rust Foundation"
- mithradates, "Easy Rust Korean / 한국어판"
- mithradates, "Easy Rust: bite-sized Rust tutorials"
- Traversy Media, "Rust Crash Course | Rustlang"
- freeCodeCamp.org, "Rust Programming Course for Beginners - Tutorial"
- dcode, "Rust Programming Tutorials"
- Tensor Programming, "Intro to Rust"
- Let's Get Rusty, "The Rust Lang Book"
- Doug Milford, "Rust Tutorial"
- danlogs, "The Rust Programming Language - Tutorials"
- rust-lang.org, "The Rust Programming Language"
- rust-lang-book-ko, The Rust Programming Language"
- dhghomon, "Easy Rust"