There is a very good chapter in the Rust book for you to learn about Rust data type: https://doc.rust-lang.org/book/ch03-02-data-types.htmlarrow-up-right
Some key bullet points:
Memory only stores binary data
Anything can be represented in binary
Program determines what the binary represents
Basic types that are universally useful are provided by the language
Last updated 1 year ago