Rust and GTK from a React Perspective

Recently, after a few failed attempts at using other frameworks to make an application that was both easy to use and easy to install, I embraced native software development with Rust and GTK. Read more

Similar

References in Rust

A fundamental building block to make the language's model of Ownership work. In this article we discuss a few things to be aware of when dealing with references in Rust. (more…)

Read more »

GCC-Rust Development Plan

In conjunction with the recent announcement of the GNU tool chain implementation of Rust supported by Open Source Security, Inc. and Embecosm we want to outline how the project will move forward. (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 »