Skip to content
View Aern-do's full-sized avatar
  • Kuressaare
  • 04:22 (UTC +02:00)

Block or report Aern-do

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. voxel voxel Public

    🚀 Blazingly fast voxel game engine written in Rust

    Rust 6

  2. taqui taqui Public

    🚀 Blazingly fast messanger app written in Rust and Typescript

    TypeScript 2

  3. Trees That Grow in Rust Trees That Grow in Rust
    1
    use std::fmt::Debug;
    2
    
                  
    3
    #[derive(Debug, Clone, Copy)]
    4
    pub enum Type {
    5
        Int,