Announcing the Official MongoDB Rust Driver

I’m delighted to announce that today we are releasing our first alpha build of the new official Rust driver for MongoDB. Read more

Similar

How to rewrite it in Rust

In a previous article we’ve talked about how you can avoid rewriting a library in Rust when you don’t need to. But what about the times when you really do need to? In most languages you’d need to rewrite the entire library from the ground up, waiting unti... (more…)

Read more »

Writing Shared Libraries in Rust

Every tool that gets big enough eventually provides a way to support third-party logic. Maybe you expose APIs for clients to call. Maybe you take some code and run it in a sandbox. Maybe you embed a Lua interpreter. (more…)

Read more »

24 days of Rust – reqwest

In the first volume of 24 Days of Rust, I've written about hyper as the Rust HTTP toolkit. A lot of things have changed in the last two years, but hyper is still the best solution for HTTP in Rust. However, hyper is undergoing some major changes to use to...

Read more »

Migrating to Rust

Simon Chemouil  –  Director of Engineering, Core Backend For more than two years now, Kraken’s Core Backend team has been using Rust to modernize services originally written in PHP, while building new products, expanding the feature set and supporting the... (more…)

Read more »