rust_utils::utils
pub fn alphabetize<L: Into<String>>(list: Vec<L>) -> Vec<String> where L: Clone,
Alphabetizes a vector of strings