Welcome to my Github profile.
let mut me = Student {
status : "Studying computer engineering",
languages : Langs {
favored : vec!["Rust", "Zig", "Elixir", "Python", "C", "Java"],
natural : HashMap::from([
("Spanish", "Native"),
("English", "Medium-high"),
]),
},
interests : vec!["tech", "🎵" , "Star Wars" , "Marvel"],
}
Rust is awesome ❤️ Give it a try.