Skip to content
View pxp9's full-sized avatar

Sponsors

@ayrat555

Highlights

  • Pro
Block or Report

Block or report pxp9

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
pxp9/README.md

Hi there 👋

Welcome to my Github profile.

let mut me = Student {
    status : "Studying computer engineering",
    languages : Langs {
        favored : vec!["Rust", "Zig", "Elixir", "Python", "C", "Java"],
        natural :  HashMap::from([
                   ("Spanish", "Native"),
                   ("English", "Medium"),
                ]),
    },
    interests : vec!["tech", "🎵" , "Star Wars" , "Marvel"],
}

📈 Stats

overview languages

Rust is awesome ❤️ Give it a try.

Pinned

  1. acm_rust acm_rust Public

    A little talk about Rust

    Rust 5

  2. weather_bot_rust weather_bot_rust Public

    A Weather Bot written in Rust

    Rust 13

  3. ayrat555/fang ayrat555/fang Public

    Background processing for Rust

    Rust 584 23

  4. ayrat555/el_monitorro ayrat555/el_monitorro Public

    🐂 El Monitorro is a high-performance feed reader as a Telegram bot. It supports RSS, Atom and JSON feeds

    Rust 196 39

  5. tetris_rust tetris_rust Public

    Tetris game done with ggez library

    Rust 2

  6. zig-shell zig-shell Public

    A mini shell done in Zig, learning project. It uses an autogenerated bison and flex parser.

    Zig