Another GUI toolkit. Contribute to kas-gui/kas development by creating an account on GitHub. (more…)
Read more »
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 »
Second talk for the first Rust Edinburgh meetup, the first Scottish meetup about the Rust programming language. Simon Brand from Codeplay Software Ltd. prese... (more…)
Read more »
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 »