Shows how the TSic temperature sensor code is ported from C to Rust... (more…)
Read more »
Last week, Ibrahim Dursun published an article about zero-cost abstractions in Rust.
Unfortunately, except for a subpart of the article, this article did not reflect, in my own opinion, correctly what are zero-cost abstractions. (more…)
Read more »
Filter, Sort & Delete Duplicate Files Recursively. Contribute to sreedevk/deduplicator development by creating an account on GitHub. (more…)
Read more »
What Are Bitfields? The C programming language is a product of a time where it was important to use as few resoures as possible. Memory was measured in kilobytes rather than gigabytes as we do today. Bitfields offer a handy way to reduce memory usage. How... (more…)
Read more »
Today, there was a reddit post that asked what one needs to know when
Going after C++ with Rust basics. I thought this was an
interesting question to answer in a blog post and revive my blog.
Read more »