#[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);
}
Popular repositories Loading
-
fcitx5-osk
fcitx5-osk PublicAn on-screen keyboard designed to work with Fcitx5, especially on KDE Plasma Wayland.
-
-
-
tracing-opentelemetry-fmt
tracing-opentelemetry-fmt PublicAdd opentelemetry trace.id and span.id to `FmtLayer` of tracing-subscriber
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.