Andy Balaam's Blog
  • About Andy Balaam
  • All articles
Rust 101 - 43: The two meanings of "unsafe" in Rust

The unsafe keyword in Rust means two things: "You must read the docs!" or "I promise I read the docs and followed the rules!". Series: Language basic… ...more

September 07, 2024 [Programming, Programming Languages, Rust, Tech, Videos]
Rust 101 - 42: Why do we need unsafe?

There is a special mode in Rust programs called unsafe - why do we need it? Series: Language basics, More syntax, Traits and generics, Building appli… ...more

September 06, 2024 [Programming, Programming Languages, Rust, Tech, Videos]
Rust 101 - 41: Exercises for module E (q2b)

Writing a mini client to connect to our async Rust chat server. To see the exercises code as it was when I recorded the video: git clone https:/… ...more

August 22, 2024 [Programming, Programming Languages, Rust, Tech, Videos]
Rust 101 - 40: Exercises for module E (q2a)

Writing a little chat server in async Rust. To see the exercises code as it was when I recorded the video: git clone https://github.com… ...more

August 22, 2024 [Programming, Programming Languages, Rust, Tech, Videos]
Rust 101 - 39: Exercises for module E (q1b)

Writing a one-shot queue using async Rust, this time with a little less help. To see the exercises code as it was when I recorded the video: git clon… ...more

August 20, 2024 [Programming, Programming Languages, Rust, Tech, Videos]
1 2 ...89101112 ... 111 112
Recent
Mini-rust in Rust 028: Lexing plus-equals
Standing again for the Matrix Governing Board
Testing nonexistence
Mini-rust in Rust 027: Parsing blocks of code
Mini-rust in Rust 026: Parsing an empty while loop
Mini-rust in Rust 025: Parsing let mut
Mini-rust in Rust 024: Lexing the <= sign
Mini-rust in Rust 023: Refactor to share structure of the syntax tree
Rust tracing basic setup
Mini-rust in Rust 022: Stop lying about types in errors
Mini-rust in Rust 021: Including type information in our syntax tree
Mini-rust in Rust 020: Gaps in our type checker
Mini-rust in Rust 019: Type checking an actual type error
Mini-rust in Rust 018: Type checking, the happy path
Mini-rust in Rust 017: Handling float literals
Andy's home page Categories Sitemap RSS Feed

© 2005 onwards Andy Balaam. CC BY-SA except where otherwise stated (source code). Powered by Zola & Abridge