Structs in Rust
In this lesson, we will talk about Structs in Rust
What are Structs?
Structs are a way to create more complex data types.
They are similar to tuples, but with a few differences.
For example, you can name the fields of a struct (and you can also def...
blog.francescociulla.com4 min read