#rustseries
Read more stories on Hashnode
Articles with this tag
In Rust, an entire instance of a struct must be mutable; the language doesn't permit marking only specific fields as mutable. By constructing a new...
Enumerations Enumerations, commonly referred to as enums, are a powerful and expressive feature in the Rust programming language. They allow you to...