The 2.2.0 release of the Rust BSON library (the bson crate) introduced a "raw" BSON API, which enabled us to achieve some internal performance improvements in the Rust MongoDB driver (the mongodb crate) and, in some cases, can be leveraged by users to dra... (more…)
Read more »
A reimplementation of LevelDB in Rust (no bindings). - GitHub - dermesser/leveldb-rs: A reimplementation of LevelDB in Rust (no bindings). (more…)
Read more »
Native Ruby extensions written in Rust. Contribute to d-unsed/ruru development by creating an account on GitHub. (more…)
Read more »
Rust implementation of the MySQL binlog format. Contribute to EasyPost/rust-mysql-binlog development by creating an account on GitHub. (more…)
Read more »
In our last post about Async Rust we looked at Futures
concurrency, and before that
we looked at Rust streams. In this
post we bring the two together, and will take a closer look at concurrency with
Rust streams. (more…)
Read more »