This article will focus on a comparison between Erlang and Rust, detailing their similarities and differences. It may be interesting to both Erlang developers looking into Rust and Rust developers looking into Erlang. A final section will detail more abou... (more…)
Read more »
A cross-platform GUI library for Rust, inspired by Elm - hecrj/iced... (more…)
Read more »
Welcome to the second edition of 24 Days of Rust!
Two years ago in December 2014 the
first edition was pretty well
received by the Rust community. That was a hard time - we were still before
the 1.0 release of the language. I had to keep up with updating...
Read more »
Luckily getting starting with testing Rust code is reasonably straightforward and no external libraries are needed. cargo test will run all test code in a Rust project. Units tests are added at the… (more…)
Read more »
Learn how to serialize your IoT data using CBOR on embedded C an Rust. (more…)
Read more »