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

Sponsoring

@Siumauricio

Organizations

@becon-social

Block or report Cooksey99

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


Since 12/15/2025

Pinned Loading

  1. nucleus nucleus Public

    Nucleus is a modular Rust library for building advanced local AI tools and applications, built-in RAG for private documents, and an extensible plugin system for custom workflows.​

    Rust 8 1

  2. mistral.rs mistral.rs Public

    Forked from EricLBuehler/mistral.rs

    Blazingly fast LLM inference.

    Rust