Structs in Rust
Introduction
Struct or Structure is a Data Structure in Rust, where you can group multiple data types. This is very similar to tuples, but unlike in Structs all data types are named. They're also called as key-value pairs, the name being the key and ...
diptobiswas.hashnode.dev2 min read