Almost 10 years after its birth, programming language Rust enters the TIOBE index top 20 for the first time. Is this surprising? Rust has been awarded "the most loved programming language" by Stackoverflow users for the last 5 years. In a row! The main ... (more…)
Read more »
Diesel is a framework for Object Relational Mapping and Query Building. It’s goal is to get rid of alot of boilerplate code usually needed for interacting with a database. It should feel like Rust, so that the developer does not need to write SQL and inst... (more…)
Read more »
This article is a story about optimising the size and performance of std::borrow::Cow<T> in Rust.
It requires some basic knowledge of programming Rust, but doesn’t require any knowledge of the kind
of low-level details of Rust’s compilation model. W... (more…)
Read more »
Nand2Tetris Hack assembler implemented in Rust. Contribute to tamuhey/hack-assembler-rust development by creating an account on GitHub. (more…)
Read more »
Faster Nmap Scanning with Rust. Contribute to RustScan/RustScan development by creating an account on GitHub. (more…)
Read more »