Rewritten in Rust: Modern Alternatives of Command-Line Tools

Rewritten in Rust: Modern Alternatives of Command-Line Tools… Read more

Similar

Rust Error Handling Survey

Rust's error handling is a pleasure to use thanks to the Result type. It ensures Rust's error handling is always correct, visible, and performant. And with the addition of the ? operator in Rust 1.13, and the addition of return types from main in Rust 1.2... (more…)

Read more »

Rust trained my sense for spotting UB in C

I had an interesting experience this week at work. My senior colleague and I was working on some code for a project with a deadline of Friday. After a change in the code, we suddenly started getting garbage values out on our serial from the microcontrolle... (more…)

Read more »