Variables, Shadowing, and Constants in Rust
Understanding Variables in Rust
Rust is a statically and strongly typed language. This means that the compiler must know the type of all variables at compile time. The compiler can usually infer what type we want to use based on the value and how we ...
blog.francescociulla.com5 min read