• programming/
      • Software

#software/programming

Rust resources

courses/books

  • Cli apps book: https://rust-cli.github.io/book/tutorial/index.html
  • (*) Interactive tour: https://tourofrust.com/57_en.html
  • Gentle intro: http://stevedonovan.github.io/rust-gentle-intro/readme.html
  • (*) Cli course: https://github.com/hariamoor/todo-cli
  • Rust 101: https://www.ralfj.de/projects/rust-101/main.html#section-0
  • Intro: https://fasterthanli.me/articles/a-half-hour-to-learn-rust
  • (*) https://livevideo.manning.com/module/42_1_1/rust-in-motion/
  • sokoban: https://github.com/iolivia/rust-sokoban
  • (*) roguelike 1: https://bfnightly.bracketproductions.com/rustbook/chapter_0.html
  • roguelike 2: http://tomassedovic.github.io/roguelike-tutorial/
  • roguelike 3: https://aimlesslygoingforward.com/blog/2019/02/09/writing-a-rust-roguelike-for-the-desktop-and-the-web/

collections

  • https://github.com/ctjhoa/rust-learning
  • https://ferrous-systems.com/blog/omg-wtf-rs-resources-to-help-you-get-started-with-rust/
  • https://github.com/rust-unofficial/awesome-rust#resources

code examples

  • https://doc.rust-lang.org/rust-by-example/index.html

misc

  • https://cheats.rs/#traits
  • https://jrvidal.github.io/explaine.rs/
  • https://rust-analyzer.github.io/
  • https://github.com/ferrous-systems/teaching-material

Uplinks

  • programming/#
    • Parent directory zettel
software/programming
logo