When you run a Rust program, you may be tempted to think that the first code to execute is the main function. However, this is far from the case. In this tal... (more…)
Read more »
The NES you left outside in the rain but let dry and still kind of works - spieglt/nestur... (more…)
Read more »
In the previous post I showed how to use asynchronous Rust to measure throughput and response times of a Cassandra cluster. That approach works pretty well o... (more…)
Read more »
Ergonomic Rust bindings for instrumenting Rust apps with high performance probes using SystemTap, DTrace, etc - anelson/tracers... (more…)
Read more »
Hello and welcome to another issue of This Week in Rust!
Rust is a systems language pursuing the trifecta: safety, concurrency, and speed.
This is a weekly summary of its progress and community.
Want something mentioned? Tweet us at @ThisWeekInRust or sen... (more…)
Read more »