Skip to content
View CompileRider's full-sized avatar
🎯
Focusing
🎯
Focusing
  • ??
  • ??

Block or report CompileRider

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.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

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

Report abuse
CompileRider/README.md

👋 Hi there! I'm Esmil

Profile Views


🦀 About Me

struct Developer {
    name: &'static str,
    languages: Vec<&'static str>,
    currently_learning: &'static str,
    fun_fact: &'static str,
}

impl Developer {
    fn new() -> Self {
        Self {
            name: "Esmil",
            languages: vec!["C++ (started here)", "Rust (current obsession)"],
            currently_learning: "Rust ecosystem",
            fun_fact: "Started with C++, stayed for Rust 🦀",
        }
    }
}

  • 🦀 Languages: C++ → Rust
  • 🌱 Learning: Rust development
  • 🔧 Building: Personal Rust projects
  • Status: Powered by coffee


🛠️ What I Actually Know

Languages

Rust

Tools

Git Cargo


🤝 Connect With Me

GitHub LinkedIn Email


"The compiler is not your enemy. It just hates you personally." 🦀

Rust Coffee

@CompileRider's activity is private