Skip to content
View xosnrdev's full-sized avatar

Organizations

@NixOS @ToolKitHub

Block or report xosnrdev

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 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

Pinned Loading

  1. naijascript naijascript Public

    Programming should speak your language 🇳🇬

    Rust 18 1

  2. memchr-rs memchr-rs Public

    Fast memchr and memchr2 implementations in Rust.

    Rust

  3. ToolKitHub/rce-engine ToolKitHub/rce-engine Public

    A secure service for running untrusted code inside isolated Docker containers via a simple HTTP API

    Rust 4 1

  4. Simple RFC IETF 5322, 3414 email-pas... Simple RFC IETF 5322, 3414 email-password validation
    1
    use std::fmt;
    2
    
                  
    3
    #[derive(Debug)]
    4
    pub enum ValidationError {
    5
        InvalidEmail,