pub fn owned_vec(strings: &[&str]) -> Vec<String>
Convenience function to create a vector of string structs from a slice of strings