Skip to content
View AcrylicShrimp's full-sized avatar
⚙️
Working
⚙️
Working

Highlights

  • Pro
Block or Report

Block or report AcrylicShrimp

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
AcrylicShrimp/README.md

Hello, there!

I'm a programmer who interested in various fields such as:

  • Compilers
  • Web Applications
  • Computer Graphics and Games
  • Data Engineering
  • Deep learning > Reinforcement learning
  • IoT
  • Operating Systems

My blog is here: https://blog.ashrimp.dev/

Pinned

  1. dlsite-manager dlsite-manager Public

    Download your DLsite products by one-click!

    Rust 40 3

  2. poly-tag poly-tag Public

    A file service that allows users to manage their files by tags.

    Rust 1

  3. r3d r3d Public

    A 3D game engine.

    Rust 7 2

  4. Rust HKT(Higher-Kinded Type) Solution Rust HKT(Higher-Kinded Type) Solution
    1
    #[derive(Debug, Clone, Copy, PartialEq, Eq, Hash)]
    2
    pub enum TypeDispatchKind {
    3
        Bool,
    4
        Int,
    5
    }