Skip to content
View Cooksey99's full-sized avatar
🦀
🦀
  • Kansas City, MO
  • 01:32 (UTC -06:00)

Block or report Cooksey99

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

Hi, I'm Andrew

A developer with an obsession for learning.

#[derive(Debug)]
enum TypingPreference {
    Static { peace_of_mind: u8 },
    Dynamic { runtime_terror: u8 },
}

#[derive(Debug)]
struct Developer {
    name: String,
    prefers: TypingPreference,
    escaped_from: String,
    motto: String,
}

// About Me
fn main() {
    let developer = Developer {
        name: String::from("Andrew Cooksey"),
        prefers: TypingPreference::Static { peace_of_mind: 100 },
        escaped_from: String::from("JavaScript runtime errors"),
        motto: String::from("Compiler errors > Runtime surprises"),
    };
    
    println!("{:?}", developer);
}

Let's Connect

Pinned Loading

  1. nucleus nucleus Public

    Nucleus is a modular Rust library for building advanced local AI tools and applications, featuring an Ollama-powered core engine, built-in RAG for private documents, and an extensible plugin system…

    Rust 4 1