Skip to content
View jakesarjeant's full-sized avatar
🗿
liblzma balls
🗿
liblzma balls
  • Weyland-Yutani Corporation
  • Origae-6

Block or report jakesarjeant

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 is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
jakesarjeant/README.md
use std::str::FromStr;

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

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

let jake = {
  let programming = Programming::builder()
    .editor("neovim") // VSCode sux <3
    .os("NixOS") // I use nix btw
    .browser("Firefox") // Death to Chromium!
    .search("DuckDuckGo")
    .add_lang("Rust")
    .add_lang("TypeScript")
    .js_framework("React")
    .dark_mode(true)
    .build().unwrap();

  // Pro Tip: Seriously one of the best value for money budget guitars out there
  let guitar = Guitar::builder()
    .manufacturer("Yamaha")
    .name("Pacifica")
    .model("112VMX YNS RL")
    .color("Satin")
    .pickups(vec![Pickup::Humbucker, Pickup::Single, Pickup::Single])
    .build().unwrap();
    
  Person::builder()
    .name("Jake")
    .add_hobby(guitar.into_hobby())
    .add_hobby(programming.into_hobby())
    .email("jake@sarjeant.me".parse())
    .build().unwrap()
};

Pinned Loading

  1. macaroons macaroons Public

    Rust 2

  2. niri-wm/niri niri-wm/niri Public

    A scrollable-tiling Wayland compositor.

    Rust 25.2k 940

  3. oxocarbon-theme.el oxocarbon-theme.el Public

    Port of oxocarbon.nvim for emacs

    Emacs Lisp 1