#Rust 🦀 – Working with hashmaps is cool. And a little C# experience 😄

Hi ! During today’s Rust lession in the “First Steps with Rust” (in Spanish), we reviewed the Hashmaps in Rust. We talk about the behavior when we access a non existing item, and it was nice to get a NONE return instead of an error or an exception. In example this code: use std::collections::HashMap; fn…… Continue reading #Rust 🦀 – Working with hashmaps is cool. And a little C# experience 😄