Loading...
CONCEPT

Rust: Data Types Overview

Learn about the different data types Rust offers.

avatar
friendlymatthew
Concept Author
3 min reading time

Being a statically typed language, Rust requires that every variable's type is known at compile time.