Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:21:42 +08:00
commit 76ad4f7bd7
5 changed files with 862 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
{
"name": "rust-performance",
"description": "Rust Performance Toolkit - Best practices, async patterns, zero-cost abstractions, and performance optimization",
"version": "1.0.0",
"author": {
"name": "Brock"
},
"agents": [
"./agents"
],
"commands": [
"./commands"
]
}