Postgres extension library for Rust. Contribute to bluejekyll/pg-extend-rs development by creating an account on GitHub. (more…)
Read more »
Last year, while I was browsing through Rust compiler pull requests, I noticed #126013, which added the unreachable_pub lint to several crates of the compiler. This piqued my interest, because I did not know that lint at the time. But when I examined its ... (more…)
Read more »
Providing zero cost abstractions is a goal of the Rust programming language. In this post we’ll explore the perforamance costs of various methods of indirection. (more…)
Read more »
Use C++ libraries from Rust. Contribute to rust-qt/ritual development by creating an account on GitHub. (more…)
Read more »
Google's promotion of Rust over C and C++ should lead to fewer memory security bugs. (more…)
Read more »