Raw Data Types in Rust

Learn about number literals and raw strings, ensuring that you can handle numerical values and work with raw, unescaped strings.

In this lesson, we’ll learn how we can work with different number literals and raw strings in Rust. This can particularly be useful for systems or low-level programming. Let’s start off with some interesting ways of using number literals in code:

Get hands-on with 1400+ tech skills courses.