This video talks about the different rust number types, signed and unsigned integers, integer literal representation, integer overflow, floats, and the byte number literal.
Further reading: https://cudi.dev/articles/rust_number...
Timestamps
00:00 Introduction
00:30 Signed and Unsigned Integers
02:45 Representing integer literals in Rust
03:36 Integer Overflow in Rust
05:35 Floats
06:45 Byte Number Literal
#rustprogramming #tutorial