blob: f400d097ae5516b3473f791d41e73478a359cd6a (
plain)
1
2
3
4
5
6
7
|
### Strings
Rust has three struct types: a classic c struct, a tuple struct, and a unit struct.
#### Book Sections
- [Structures](https://doc.rust-lang.org/rust-by-example/custom_types/structs.html)
|