rustlings/exercises/primitive_types/README.md

9 lines
261 B
Markdown
Raw Normal View History

2019-01-23 14:02:06 -06:00
### Primitive Types
Rust has a couple of basic types that are directly implemented into the
compiler. In this section, we'll go through the most important ones.
#### Book Sections
- [Data Types](https://doc.rust-lang.org/stable/book/ch03-02-data-types.html)