A collection of Rust tips and tricks that we learned after publishing our first open source project and receiving a live review on Twitch... (more…)
Read more »
There is a practical way to guarantee the safety of C programs at compile time,
in the sense of no use-after-frees, no double frees, no buffer out-of-bounds
reads/writes, no null pointer dereferences, no uses of uninitialised memory, no
arithmetic overflo... (more…)
Read more »
We’ve looked at the basics of getting started with Rust/WinRT and how to optimize your inner loop by reducing the build time thanks to Cargo’s caching of dependencies. Now let’s look at improving t… (more…)
Read more »
CeresDB is a high-performance, distributed, schema-less, cloud native time-series database that can handle both time-series and analytics workloads. - GitHub - CeresDB/ceresdb: CeresDB is a high-pe... (more…)
Read more »
Cloudflare's Rust service foundations library. Contribute to cloudflare/foundations development by creating an account on GitHub. (more…)
Read more »