zarkivy / zarkivy

Yet another zarkivy profile

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

impl ZarKivY {
    pub fn about() -> Self {
        Self {
            name: "Kevin Zhang",
            birth: 1999,
            email: "zarkivy@outlook.com",
            school: "Beijing Institute of Technology",
        }
    }
}

impl Programmer for Zarkivy {
    fn topics(&self) -> Vec<&'static str> {
        vec!["IaaS", "Container", "Virtualization", "Kernel"]
    }

    fn languages(&self) -> Vec<&'static str> {
        vec!["Rust", "Python", "Golang", "C", "C++", "Bash"]
    }
}

About

Yet another zarkivy profile