/ The Blog of Jinho Ko / Computer science / Programming / Rust

·

1 min read

A Collection of Rust References

By Jinho Ko

Rust-lang homepage : https://www.rust-lang.org/

Books

  • The Rust Programming Language (link)
  • Programming Rust: Fast, Safe Systems Development (link)
  • Rust for Rustaceans (link)

Online Books / Lectures

  • The Rust Programming Language (online ver.) (link)
  • Rust for Systems Programmers (link)
  • Microsoft Learn lectures
    • Getting started with rust link
    • Take your first step with rust link
    • Understand common concepts in rust link
    • Understand how rust manages memory link
    • Implement generic types and traits link
    • Handle errors in rust link
    • Write automated test in rust link

Video lectures

  • Youtube channel ; Let’s Get Rusty (link)

Code Examples

Community

Individuals

Advanced Materials

Maybe I’ll further move this section into a new article when the list gets bigger.

  • Rust References (rust keywords) (link)
  • Unsafe Rust (The Dark Arts of Unsafe Rust) (link)
  • Awesome Rust (webpage) (link) : A curated list of Rust code and resources.
  • Rust Design Patterns (book) (link)
  • Rust High Performance (book) (link)
  • Rust for Professionals (webpage) (link)
  • Crust of Rust (youtube playlist) (link)
  • Command line apps in Rust (book) (link)
last modified June 2, 2024
comments powered by Disqus

© Copyright 2024. Jinho Ko. All rights reserved. Last updated: June 02, 2024.