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.",
};| 🤖 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 |
Statistics across 43 public repositories
| Language | Repos | Proportion |
|---|---|---|
| 🦀 Rust | ~32 | ████████████████░░░░ 80 % |
| 🔵 C | ~5 | ███░░░░░░░░░░░░░░░░░ 12 % |
| 🔷 C++ | 1 | █░░░░░░░░░░░░░░░░░░░ 3 % |
| 📄 Typst | 1 | ▒░░░░░░░░░░░░░░░░░░░ 2 % |
| ⚙️ Other | ~4 | ▒░░░░░░░░░░░░░░░░░░░ 3 % |
🤖 大模型 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)



