struct People {
name: &'static str,
interests: &'static str,
studying: &'static str,
currently_learning: &'static str,
hobby: &'static str,
email: &'static str,
}
static Me: People = People {
name: "Fox_white",
interests: "Rust, Vim, HTMX",
studying: "Computer Science At Jinan University",
currently_learning: "Machine Learning, Edge Computing, Distributed Services",
hobby: "Plane Design, Programing, Gaming",
email: "[email protected]"
};
Highlights
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.