Rust on the client. Less than 800 lines of code. No dependencies. - LiveDuo/tinyweb... (more…)
Read more »
After rewriting just a few of the slow methods for my Rails site in Rust, I was able to have pages load more than 33 percent faster than before. (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 »
An unofficial, experimental place for documenting and gathering feedback on the design problems around Rust's orphan rules - GitHub - Ixrec/rust-orphan-rules: An unofficial, experimental place ... (more…)
Read more »
Rust is a kick-ass language. Many developers hate Rust because of borrowing and responsibility rules, I get it. However, these rules that ... (more…)
Read more »