anas 0.1.0

Anas's Meta-data crate
Documentation
//! Hi, I am Anas, and I have been interested in computers and technology since I was originally young.
//! I had my first computer at the age of ten. This sparked my passion for programming, and I started my career in programming with HTML when I was 16 years old.
//!
//! I am skilled in a variety of programming languages, including Java, C++, C, Rust, Python, Kotlin, and JavaScript.
//! I have over 50 GitHub repositories of completed projects and am able to learn new languages and techniques quickly.
//!
//! One of my passions is using my programming skills to create solutions that can make a positive impact in the world.
//! I believe that one line of code has the power to change the world, and I am excited to continue learning and growing as a software engineer and contribute to this.

pub const BIO: &str = r#"Hi, I am Anas, and I have been interested in computers and technology since I was originally young. I had my first computer at the age of ten. This sparked my passion for programming, and I started my career in programming with HTML when I was 16 years old.

I am skilled in a variety of programming languages, including Java, C++, C, Rust, Python, Kotlin, and JavaScript. I have over 50 GitHub repositories of completed projects and am able to learn new languages and techniques quickly.

One of my passions is using my programming skills to create solutions that can make a positive impact in the world. I believe that one line of code has the power to change the world, and I am excited to continue learning and growing as a software engineer and contribute to this."#;

/// I use Arch btw
pub const OS: &str = "Arch Linux";
/// I can speek/understand those languages: Rust (offcourse), C (NOT WITH CLASSES), Java, Python.
pub const PROGRAMMING_LANGUAGES: [&str; 4] = ["Rust", "C", "Java", "Python"];
/// I can (mostly) understand the humans when they speek with those languages: Arabic, English.
pub const HUMAN_LANGUAGES: [&str; 2] = ["Arabic", "English"];
/// Most of the technologies that I use: Git, Just, Docker, ZSH, Make, Helix, Rustroger
pub const TECHNOLOGIES: [&str; 8] = [
    "Git",
    "Just",
    "Docker",
    "Terminal UI",
    "ZSH",
    "Make",
    "Rustrover",
    "Helix",
];