24 days of Rust – environment variables

Environment variables are a set of dynamic named values that can affect the…

Similar

Not yet Rust

A curated list of Rust code and resources that do NOT exist yet, but would be beneficial to the Rust community. - not-yet-awesome-rust/not-yet-awesome-rust... (more…)

Read more »

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 »