rustlings/exercises/primitive_types
2021-05-08 13:35:17 -05:00
..
primitive_types1.rs Complete primitive type exercises () 2021-05-08 13:35:17 -05:00
primitive_types2.rs Complete primitive type exercises () 2021-05-08 13:35:17 -05:00
primitive_types3.rs Complete primitive type exercises () 2021-05-08 13:35:17 -05:00
primitive_types4.rs Complete primitive type exercises () 2021-05-08 13:35:17 -05:00
primitive_types5.rs Complete primitive type exercises () 2021-05-08 13:35:17 -05:00
primitive_types6.rs Complete primitive type exercises () 2021-05-08 13:35:17 -05:00
README.md docs(exercises): updated all exercises readme files 2021-04-23 19:54:31 +02: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.

Further information