Recent Posts

Getting started with Rust

1 minute read

If this short video series inspired you to try out Rust for yourself, then how can you get started learning the language?

Trivial example of safety in Rust

1 minute read

To understand how Rust’s memory safety works and what it gives you, we look at a trivial example of the Rust compiler enforcing memory safety.

Is Rust difficult to learn?

1 minute read

Rust is more complicated and difficult to learn than most programming languages. How long does it take to learn?

Is Rust fast?

1 minute read

Speed is not the reason why most people should use Rust, but Rust programs run fast. Is Rust fast enough?

Is Rust safe?

1 minute read

Safety is the #1 reason to use Rust, by leaps and bounds. But is Rust’s safety a compelling reason to use it?