October 2019
Intermediate to advanced
444 pages
10h 37m
English
Rust features all of the basic types: signed and unsigned integers up to 64 bits in width; floating-point types up to 64 bits; character types; and Booleans. Of course, any program will need more complex data structures to remain readable.
In this recipe, we'll look at good basic practices to create and use data types.
Read now
Unlock full access