Getting started with Rust
If this short video series inspired you to try out Rust for yourself, then how can you get started learning the language?
If this short video series inspired you to try out Rust for yourself, then how can you get started learning the language?
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.
Rust is more complicated and difficult to learn than most programming languages. How long does it take to learn?
Speed is not the reason why most people should use Rust, but Rust programs run fast. Is Rust fast enough?
Safety is the #1 reason to use Rust, by leaps and bounds. But is Rust’s safety a compelling reason to use it?