Skip to content
View rustdevbtw's full-sized avatar
🎯
Focusing on ShareImage
🎯
Focusing on ShareImage

Organizations

@Zype-Z @Electron-Store @FrozenNetwork @Jarv-OpenSource @OneID-Auth @PreknowledgexProjectjs @unboundoss

Block or report rustdevbtw

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
rustdevbtw/README.md
use bio::prelude::*;

#[Bio]
pub struct rustdevbtw;

#[Bio]
impl rustdevbtw {
    #[field("My Name")]
    pub fn name() -> &'static str {
        "Rajdeep Malakar"
    }

    #[field("About me")]
    pub fn about() -> &'static str {
        "Hey, I'm a Rust Developer, who loves Open-Source!"
    }

    #[field("Favourite Languages")]
    pub fn fav_langs() -> Vec<&'static str> {
        vec![
            "Rust",
            "JavaScript",
            "Go",
            "C",
            "C++",
            "Zig",
            "OCaml"
        ]
    }

    #[field("Contact")]
    pub fn contact() -> &'static str {
        format!{
            "E-Mail: {}
             Discord (Username): {}
             X (formerly Twitter): {}",
             "[email protected]",
             "@__rajdeep__",
             "@___rajdeep"
        }
    }

    #[field("My current project(s)")]
    pub fn current_project() -> Vec<&'static str> {
        vec![
            "ShareImage <github.com/repgrahic/si-rs>"
        ]
    }

    #[field("os", i use arch, btw)]
    pub fn os() -> &'static str {
        "Arch Linux x86_64 with Hyprland (Wayland)"
    }
}

Pinned Loading

  1. pkgxdev/pkgx Public

    run anything

    TypeScript 9k 1.4k

  2. pkgxdev/pantry Public

    pkg manifests

    C 178 122

  3. pkgxdev/brewkit Public

    build infra & `$ pkg build`

    TypeScript 59 18

  4. regraphic/si-rs Public

    An Open-Source library to create Social Share Images dynamically from code.

    Rust 10 1

  5. regraphic/sideno Public

    Deno version of ShareImage

    TypeScript 1 1

  6. flamewolf Public

    mirror of https://hg.sr.ht/~rajdeep/flamewolf

    CSS 2

879 contributions in the last year

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

Activity overview

Contributed to rustdevbtw/flamewolf, rustdevbtw/hay_flags, rustdevbtw/rajdeepm.xyz and 30 other repositories
Loading A graph representing rustdevbtw's contributions from December 24, 2023 to December 29, 2024. The contributions are 97% commits, 3% pull requests, 0% code review, 0% issues.   Code review   Issues 3% Pull requests 97% Commits

Contribution activity

December 2024

rustdevbtw has no activity yet for this period.
Loading

Seeing something unexpected? Take a look at the GitHub profile guide.