pxp9 - Overview

Welcome to my Github profile.

let mut me = ComputerEngineer {
    status : "Learning new innovative tech!",
    languages : Langs {
        favored : vec!["Rust", "Zig", "Elixir", "Python", "C", "Java"],
        natural :  HashMap::from([
                   ("Spanish", "Native"),
                   ("English", "C1"),
                   ("Russian", "Low-Mid")
                ]),
    },
    interests : vec!["Tech", "🎵" , "Star Wars" , "Marvel", "Sports"],
}