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"]
}
}
Pinned Loading
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.