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

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

  1. pkgxdev/pkgx pkgxdev/pkgx Public

    the last thing you’ll install

    TypeScript 8.8k 1.4k

  2. pkgxdev/pantry pkgxdev/pantry Public

    pkg manifests

    C 158 109

  3. pkgxdev/brewkit pkgxdev/brewkit Public

    build infra & `$ pkg build`

    TypeScript 55 17

  4. regraphic/si-rs regraphic/si-rs Public

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

    Rust 9 1

  5. regraphic/sideno regraphic/sideno Public

    Deno version of ShareImage

    TypeScript 1 1