Rust wrapper for UEFI. Contribute to rust-osdev/uefi-rs development by creating an account on GitHub. (more…)
Read more »
Rust for Windows. Contribute to microsoft/windows-rs development by creating an account on GitHub. (more…)
Read more »
Error handling in Rust is very different if you’re coming from other languages. In languages like Java, JS, Python etc, you usually throw exceptions and return successful values. In Rust, you return something called a Result. (more…)
Read more »
When I created this blog back in September my goal was to post at least once
a month. It's December now and you're reading my second post, so I'm not exactly
off to a great start. 🤔... (more…)
Read more »
Rust is a really great language. It’s a real pain to get to know the borrow checker, but once you get past that hurdle you can start making some cool things. Today I’d like to discuss how we can make… (more…)
Read more »