# Lang Rust

> Rust for safe systems/game tools: unsafe boundaries, windows-rs, no_std driver experiments, perf.

- Skill: `netvar1337/lang-rust` (Agent Skill)
- Install (CLI): `npx skillmds@latest add netvar1337/lang-rust`
- Raw SKILL.md: https://api.skillmd.com/api/skills/netvar1337/lang-rust/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- License: GPL-3.0-or-later
- Author: netvar1337 (https://skillmd.com/u/netvar1337)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/netvar1337/lang-rust

---


# Rust systems engineering

## Prefer
- Strong type boundaries at FFI; minimize `unsafe` surface
- `windows-rs` / `windows-sys` for Win32
- Explicit features for external vs internal builds

## Game/RE tooling
- Excellent for dumpers, pattern scanners, packet crates
- Hot aim loops possible with care (no alloc in path)

## Pair with
`reverse-engineering`, `game-hacking`.

