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

Highlights

  • Pro
Block or Report

Block or report AcrylicShrimp

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 Loading

  1. dlsite-manager dlsite-manager Public

    Download your DLsite products by one-click!

    Rust 48 5

  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
    }