mirror of
https://github.com/rust-lang/rustlings.git
synced 2026-01-12 05:39:19 +00:00
Some more reading required on the following: - `move_semantics` aka ownership and borrowing. - `enums` especially using with match expressions.
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.