#[derive(Debug)]
pub struct Profile {
pub name: &'static str,
pub role: &'static str,
pub languages: &'static [&'static str],
pub interests: &'static [&'static str],
pub environments: &'static [&'static str],
}
pub const ME: Profile = Profile {
name: "SeungYeop Ryu",
role: "Software Engineer",
languages: &[
"Rust",
"C++",
],
interests: &[
"OS Internals",
"Networking",
"Programming Languages",
"Reverse Engineering",
],
environments: &[
"Windows / WSL",
"Arch Linux",
],
};
🦀
Software Engineer focused on Rust and low-level systems.
-
18:59
(UTC +09:00)
Highlights
- Pro
Pinned Loading
-
-
wHoIsDReAmer/RabbiTTY
wHoIsDReAmer/RabbiTTY Public🐇 Cross-Platform, Fast-Fancy-Featureful TTY
-
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.
