rustlings/exercises/primitive_types
marisa 9bdb0a12e4 feat: Refactor hint system
Hints are now accessible using the CLI subcommand `rustlings hint
<exercise name`.

BREAKING CHANGE: This fundamentally changes the way people interact with exercises.
2019-11-11 16:51:38 +01:00
..
primitive_types1.rs Fix permissions on source files 2019-03-23 14:19:42 -06:00
primitive_types2.rs Fix permissions on source files 2019-03-23 14:19:42 -06:00
primitive_types3.rs feat: Refactor hint system 2019-11-11 16:51:38 +01:00
primitive_types4.rs feat: Refactor hint system 2019-11-11 16:51:38 +01:00
primitive_types5.rs feat: Refactor hint system 2019-11-11 16:51:38 +01:00
primitive_types6.rs feat: Refactor hint system 2019-11-11 16:51:38 +01:00
README.md fix(primitive_types4): Fail on a slice covering the wrong area 2019-08-17 17:16:19 -07: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