Skip to content
View fortime's full-sized avatar
Block or Report

Block or report fortime

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
fortime/README.md
#[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

  1. SSH_D-palfortime.gmail.com SSH_D-palfortime.gmail.com Public

    To use "ssh -D" proxy

    1

  2. ntatb ntatb Public

    Forked from vim-scripts/Trinity

    Toggle for NERD tree and Tagbar

    Vim Script 1

  3. rpicard rpicard Public

    Control a car with rpi throught web ui

    Python 1

  4. slm slm Public

    A software for managing ssh login info, and help the user login remote servers or run commands in remote servers.

    Python 1 1

  5. tracing-opentelemetry-fmt tracing-opentelemetry-fmt Public

    Add opentelemetry trace.id and span.id to `FmtLayer` of tracing-subscriber

    Rust 1 1

  6. lightdm-webkit-archlinux-theme lightdm-webkit-archlinux-theme Public

    Forked from shosca/lightdm-webkit-archlinux-theme

    lightdm webkit theme for Archlinux

    JavaScript