Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 

Repository files navigation

rust-example

rust language example

Rust (programming language) - wikipedia

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.

Rust Project - ko.wikipedia

  • 파이어폭스
  • 매직 포켓 - 드롭박스의 파일 스토리지 시스템
  • 서보 - 모질라의 새 병렬 렌더링 엔진으로, 삼성과 함께 개발되고 있음.
  • OpenDNS - 구성 요소 중 2개에 러스트를 사용하고 있음.
  • 레독스 OS - 러스트로 개발 중인 마이크로커널 운영 체제.
  • TiKV - 러스트로 구동되는 분산 키 값 데이터베이스.
  • Piston - 모듈식 게임 엔진
  • 디스코드 - 러스트로 백엔드가 구동되는 채팅 소프트웨어
  • Deno - V8을 기반으로 하는 자바스크립트 및 타���스크립트 런타임

Blog

Reference : Intro

  1. 노마드 코더 Nomad Coders, "C가 주옥같은 개발자들 보세요. Rust 10분 정리!"

Reference : YouTube

  1. mithradates, "Easy Rust Korean / 한국어판"
  2. mithradates, "Easy Rust: bite-sized Rust tutorials"
  3. Traversy Media, "Rust Crash Course | Rustlang"
  4. freeCodeCamp.org, "Rust Programming Course for Beginners - Tutorial"
  5. dcode, "Rust Programming Tutorials"
  6. Tensor Programming, "Intro to Rust"
  7. Let's Get Rusty, "The Rust Lang Book"
  8. Doug Milford, "Rust Tutorial"
  9. danlogs, "The Rust Programming Language - Tutorials"

Reference : Document

  1. rust-lang.org, "The Rust Programming Language"
  2. rust-lang-book-ko, The Rust Programming Language"
  3. dhghomon, "Easy Rust"

Reference : Example

  1. Jenifer Champagne, "Introduction to Rust syntax with a REST API built with Rocket"
  2. Genus-v Programming, "Building an Authentication Service using Actix"
  3. robertohuertasm, "Rust, sesiones prácticas - API REST"

API / Registry

  1. rust docs, "Docs.rs"
  2. rust std, "THE STANDARD LIBRARY"
  3. crates.io, "The Rust community’s crate registry"

About

Rust Language Example

Topics

Resources

Stars

Watchers

Forks

Releases

Packages

Used by

Contributors

Languages