💾 Archived View for metasyn.pw › rust.gmi captured on 2023-01-29 at 02:32:17. Gemini links have been rewritten to link to archived content

View Raw

More Information

➡️ Next capture (2023-09-08)

-=-=-=-=-=-=-

rust

i started learning rust sometime around 2020. having spent a while slowly learning about the benefits of static typing, the idea of statically analyzed memory safety while ensuring strong/static typing seemed pretty interesting.

resources on learning rust

- https://learnxinyminutes.com/docs/rust/

- https://doc.rust-lang.org/book/ aka "the book"

- https://github.com/joaocarvalhoopen/How_to_learn_modern_Rust

- https://blessed.rs/crates - popular and common utility crates to know and use since rust does a decent job at trying to keep the standard library lean

- [writing a parser in rust]

Gemini Links:

index and recent changes

directory of all pages

Web Links:

writing a parser in rust