What are Data Types? As we discussed in the last article that we can store any data in variables. The variables that we were declaring till now did not have any data types mentioned and were being assigned data type according to the data they contain by the Rust compiler.
Source: [Dev.to](https://dev.to/aditya_verma_22/common-programming-concepts-part-2-data-types-f5c)