struct Developer<'a> {
name: &'a str,
interests: Vec<&'a str>,
tech: Vec<&'a str>,
}
fn main() {
let me = Developer {
name: "Nnamdi Ogbu",
interests: vec!["Coding", "Movies", "Sports"],
tech: vec![
"AWS",
"Nodejs",
"Rust",
"Typescript",
"React",
"C#",
"GO",
"DOTNETCORE",
"GraphQl",
"GIT",
"Bash",
],
};
}
Pinned Loading
-
-
-
-
FileOrganizer
FileOrganizer PublicA simple file organiser to send files going into the downloads directory to their appropriate directories
JavaScript
-
-
bess-rs
bess-rs PublicForked from eshikafe/bess-rs
BESS (Berkeley Extensible Software Switch) implementation in Rust
C++
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.