Optional Parameters in Rust

Vidify – Analyzing different approaches for optional parameters in Rust… Read more

Similar

Rust 2020: A Better Ecosystem

This article is written in a response to A call for blogs 2020. I’m fairly new to Rust, and thus my perspective is that of someone who is not quite sophisticated with the language. I think Rust is hard to learn but should be manageable for your... | Abid ... (more…)

Read more »

Error Handling in Rust

Like most programming languages, Rust encourages the programmer to handle errors in a particular way. Generally speaking, error handling is divided into two broad categories: exceptions and return values. Rust opts for return values. (more…)

Read more »

Announcing Rust 1.13

The Rust team is happy to announce the latest version of Rust, 1.13.0. Rust is a systems programming language focused on safety, speed, and concurrency.

Read more »