I still don’t understand the * operator in Rust

I’m trying to explain references to people beginning programming in Rust. Despite using Rust for a couple of years now, I’m unable to answer this question: Why can’t I just deref an immutable reference to access the owned data? Read more

Similar

Why Rust for Robots?

Robotics largely runs on C++. Or at least it does *for now*. Here at Tangram Vision, we believe that there is better language for robotics, and that language is Rust. (more…)

Read more »

My Journey with Rust and Substrate

A few months ago, I decided to learn Rust, mainly because I’m very interested in Substrate (a Blockchain framework). At first, I thought it would be an easy task, and that it will take just a few days and I should be up and running. Well, that wasn’t the ... (more…)

Read more »