struct Developer {
name: &'static str,
language: &'static str,
currently_learning: &'static str,
fun_fact: &'static str,
}
impl Developer {
fn new() -> Self {
Self {
name: "Esmil",
language: "Rust",
currently_learning: "Rust ecosystem",
fun_fact: "Rust is my current obsession 🦀",
}
}
}- 🦀 Language: Rust
- 🌱 Learning: Rust development
- 🔧 Building: Personal Rust projects
- ⚡ Editors: Zed & Vim
- ☕ Status: Powered by coffee

