An important part of learning Rust is figuring out how to use common collections
like Vectors, Strings, and HashMaps. The next exercise in the Rust book
[https://doc.rust-lang.org/book/second-edition/] calls for some averages:
> Given a list of integers, use a vector and return the mean (average), median