Variables in Rust
Introduction
Variables in Rust are immutable by default. This is one major difference when compared to other Programming languages, where it is okay to change the values of variables, unless it is explicitly declared as a constant. In Rust we're doin...
diptobiswas.hashnode.dev2 min read