Tag: rust
All the articles with the tag "rust".
-
How do I start contributing to the linux kernel?
A blog post about how I got started contributing to the linux kernel, this is getting updated overtime, and is more about the journey than the destination
-
Rust Error Handling: Beyond Result and Option
Practical patterns for error handling in Rust applications, from simple CLI tools to complex services.