Introduction
Everyone loves the API of Pandas. It’s fast, easy, and well documented. There are some rough edges, but most times, it’s just a blast.
Now, when it comes to production, Pandas is sligh... (more…)
Read more »
Rewriting programs in Rust has become a bit of a meme and one
program that has been discussed a lot is cURL. (more…)
Read more »
In this post we explore cooperative multitasking and the async/await feature of Rust. We take a detailed look how async/await works in Rust, including… (more…)
Read more »
The last time I released a preview of Llama's Rust SDK (around 8 months ago) the blog entry
was filled with caveats about its limitations. Most of those still apply, but there has been significant progress. The
most notable thing is that I now have par... (more…)
Read more »
This book is for people who are writing APIs in Rust. In particular, APIs that involve complex abstractions: variadics, state machines, extensible architectures, and so on. (more…)
Read more »