Diesel (http://diesel.rs) is an ORM (Object-relational mapper) and Query Builder written in Rust. It supports Postgresql, Mysql and SQLite… (more…)
Read more »
Parallelism is the topic of the second video in our series about the Rust programming language. Despite the increasing ubiquity of multi…
Read more »
In this article we’ll dissect the implementation of std::io::Error type from the Rust’s standard library.The code in question is here:library/std... (more…)
Read more »
I have some thoughts on the use of Rust for data-intensive computations. Specifically, I've found several of Rust's key idioms line up very well with the performance and correctness needs of data-intensive computing. (more…)
Read more »