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 »
Software often logs urls using std::format::Display. Example from ureq HTTP client library: info!("sending request {} {}", method, url); When the Url contains a password, the password end... (more…)
Read more »
A quarter of a year has passed since the 2025 end-of-year blog post, and roughly half a year since last minor release v0.4. (more…)
Read more »
It was recently discovered that some surprising operations on Rust’s standard hash table types could go quadratic.
Perhaps the simplest illustration is this snippet from a comment, here simplified...
Read more »
Rust task runner and build tool. Contribute to sagiegurari/cargo-make development by creating an account on GitHub. (more…)
Read more »