Overview Solution to the Simple Array Sum in Rust Solution 1 Description No Vector, just accumulating the values into the result variable Source Code Running Online on Ideone