The Humble for Loop in Rust

Rust has some really nice functional programming facilities built in, all
around an iterator concept. Rust being focused on performance and low level
control makes it possible to use this without paying a performance cost.
Sometimes I still prefer to use … Read more

Similar

Evolving Rust through Epochs

There has been a long-standing question around Rust's evolution: will there ever be a Rust 2.0 in the semver sense? This RFC gives the answer: certainly not in the foreseeable future, and probably ... (more…)

Read more »