Rust zero-cost abstraction in action

One of my colleagues was experimenting with Rust. He started by writing a sudoku solver which he has already written in C before. Once he… Read more

Similar

Working with Strings in Rust

There’s a question that always comes up when people pick up the Rust programming language: why are there two string types? Why is there String, and &str? My Declarative Memory Management article answers the question partially, but there is a lot more ... (more…)

Read more »