Andy Balaam's Blog
  • About Andy Balaam
  • All articles
Rust 101 - 18: Dependencies and Cargo.toml

How to describe details of your Rust project with a Cargo.toml file, and how to find and add dependencies (other people's code). Series: Language bas… ...more

April 11, 2024 [Programming, Programming Languages, Rust, Tech, Videos]
Rust 101 - 17: Exercises for module A3 (part 2)

Finishing off the exercises on Rust traits, designing a customised version of Vec. To see the exercises code as it was when I recorded the video: git… ...more

April 08, 2024 [Programming, Programming Languages, Rust, Tech, Videos]
Automated backups from Signal to Nextcloud

DON'T DO THIS: the Signal app has the ability to make daily backups of your messages, and when you choose a folder to backup into, you can choose "Nex… ...more

March 29, 2024 [Tech]
Rust 101 - 16: Exercises for module A3 (part 1)

Going through some exercises on Rust traits, designing a customised version of Vec. To see the exercises code as it was when I recorded the video: gi… ...more

March 23, 2024 [Programming, Programming Languages, Rust, Tech, Videos]
One import per line is best

Rust has a feature where if you import two things from the same module you can abbreviate it like this: use mypkg::{MyStruct1, MyStruct2}; If you pref… ...more

March 22, 2024 [Programming, Rust]
1 2 ...1415161718 ... 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