Skip to content
View codemaster138's full-sized avatar
🦀
🦀
  • Germany
  • 22:14 - 1h ahead

Block or report codemaster138

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, 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
codemaster138/README.md
use std::str::FromStr;

use crate::{
  about_me::{
    Programming,
    guitar::{Guitar, Pickup},
  },
  Person
};

let jake = {
  let programming = Programming::builder()
    .editor("neovim")
    .os("ArchLinux")
    .browser("Firefox")
    .search("DuckDuckGo")
    .add_lang("Rust")
    .add_lang("TypeScript")
    .js_framework("react")
    .dark_mode(true)
    .build().unwrap();
    
  let guitar = Guitar::builder()
    .manufacturer("Yamaha")
    .name("Pacifica")
    .color("Satin")
    .pickups(vec![Pickup::Humbucker, Pickup::Single, Pickup::Single])
    .build().unwrap();
    
  Person::builder()
    .name("Jake")
    .add_hobby(guitar)
    .add_hobby(programming)
    .email("jakesarjeant13@gmail.com".parse())
    .build().unwrap()
};

// Infinite Money Glitch (Real (No Cap (Trust Me Bro)))
unsafe { *std::ptr::null() } // Your Bank doesn't want you to know THIS EASY TRICK!

Pinned Loading

  1. tauris Public

    A beautiful and easy CLI argument parer for Node.JS

    JavaScript 1

  2. axios Public

    Forked from axios/axios

    Promise based HTTP client for the browser and node.js

    JavaScript

0 contributions in the last year

Contribution Graph
Day of Week March April May June July August September October November December January February March
Sunday
Monday
Tuesday
Wednesday
Thursday
Friday
Saturday
Less
No contributions.
Low contributions.
Medium-low contributions.
Medium-high contributions.
High contributions.
More

Contribution activity

March 2025

codemaster138 has no activity yet for this period.
Loading