Skip to content
View AnlangA's full-sized avatar
🐬
On vacation
🐬
On vacation
  • Harbin Institute of Technology (HIT)
  • 中国香港特别行政区

Block or report AnlangA

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 is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
AnlangA/README.md

🧑‍💻 关于我 · About Me

struct Developer {
    name:     &'static str,
    location: &'static str,
    langs:    &'static [&'static str],
    focus:    &'static [&'static str],
    motto:    &'static str,
}

const ME: Developer = Developer {
    name:     "stone Mason (AnlangA)",
    location: "China 🇨🇳",
    langs:    &["Rust 🦀", "C", "C++"],
    focus:    &[
        "AI / LLM SDK & Proxy 🤖",
        "Embedded Systems (ESP32, GD32) 🔧",
        "GUI Applications (egui / Bevy) 🎮",
        "Network Tools & Protocols 🌐",
    ],
    motto:    "Write fast, safe, and expressive code in Rust.",
};

🛠️ 技术栈 · Tech Stack

语言 · Languages

Languages

Rust C C++

框架 & 工具 · Frameworks & Tools

Tools

Linux VSCode Git CMake Tokio egui

领域 · Domains

🤖 AI / LLM 🔧 Embedded 🎮 GUI 🌐 Network
axum · tokio ESP32-S3 · GD32H7 egui · bevy modbus · TCP
zhipuai-rs · deepseek-rs no_std · RTOS egui-sgr · bevy_rapier tcptool · OCPP

📊 编程语言占比 · Language Distribution

Statistics across public repositories

Top Languages
Language Repos Proportion
🦀 Rust ~32 ████████████████░░░░ 80 %
🔵 C ~5 ███░░░░░░░░░░░░░░░░░ 12 %
🔷 C++ 1 █░░░░░░░░░░░░░░░░░░░ 3 %
📄 Typst 1 ▒░░░░░░░░░░░░░░░░░░░ 2 %
⚙️ Other ~4 ▒░░░░░░░░░░░░░░░░░░░ 3 %

📈 GitHub 统计 · GitHub Stats

GitHub Stats GitHub Streak
Activity Graph

trophy


🌟 精选项目 · Featured Projects


🎯 当前关注 · Current Focus

🤖  大模型 API SDK 开发(Rust 生态)
     Building LLM API SDKs in pure Rust

🔧  嵌入式 Rust(ESP32-S3 / GD32H7)
     Embedded Rust on resource-constrained MCUs

🎮  基于 egui / Bevy 的桌面 GUI 工具
     Desktop GUI tooling with egui & Bevy

🌐  工业协议工具(Modbus / OCPP / TCP)
     Industrial protocol tools (Modbus, OCPP, TCP)

"Memory safety without garbage collection, concurrency without data races." — The Rust Manifesto 🦀

Pinned Loading

  1. rust rust Public

    Forked from rust-lang/rust

    Empowering everyone to build reliable and efficient software.

    Rust

  2. zai-rs zai-rs Public

    Rust 2

  3. blup blup Public

    AI 交互式学习 Agent 平台 — 个性化学习路径、互动内容、沙箱编译

    Rust