Skip to content

Instantly share code, notes, and snippets.

@phosae
Last active April 12, 2023 23:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save phosae/6a64789422773dae6a5db1867bec7ff8 to your computer and use it in GitHub Desktop.
Save phosae/6a64789422773dae6a5db1867bec7ff8 to your computer and use it in GitHub Desktop.
How-To-Rust

How To Rust

readings

for beginner

hacking deeper

some blog

videos

Graydon Hoare

There's none vedieo presentation of Graydon Hoare, the creator of Rust. Only some PDFs has been found, from http://venge.net/graydon/talks/index.html

History of Rust

do something real

write a HTTP server framework from scratch and understand why, rust-hands-on

interesting advices by No Boilerplate: How to Learn Rust

  1. don't use references
  2. copy & clone everything
  3. obey the compiler

build docs

OpenDAL 的文档即代码实践

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment