Back to Developer Roadmap

Structs

src/data/roadmaps/rust/content/[email protected]

4.0613 B
Original Source

Structs

In Rust, a struct is a custom data type used for grouping related values together into one entity. Structs are similar to classes in other programming languages. Essentially, each struct creates a new type that we can use to streamline complex data handling.

Visit the following resources to learn more: