RustImmutable by Default, Mutable by Choice in RustCopy// Mutable data in Rust let mut count = 0; count += 1;