#[derive(Debug)]
struct Person<'twothousandandtwenty> {
tag: Vec<&'twothousandandtwenty str>,
interests: Vec<&'twothousandandtwenty str>,
wish: &'twothousandandtwenty str,
}
fn main() {
let me = Person {
tag: vec!["Vimer", "Archer"],
interests: vec!["Linux", "Web Novel"],
wish: "A 🦀 job",
};
println!("{:?}", me);
}
-
I.T. Co
- Surrounded By G.F.W
- https://fortime.ws/blog/
Popular repositories Loading
-
-
-
tracing-opentelemetry-fmt
tracing-opentelemetry-fmt PublicAdd opentelemetry trace.id and span.id to `FmtLayer` of tracing-subscriber
-
lightdm-webkit-archlinux-theme
lightdm-webkit-archlinux-theme PublicForked from shosca/lightdm-webkit-archlinux-theme
lightdm webkit theme for Archlinux
JavaScript
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.