rust
Installation
SKILL.md
Rust Development
Project Structure
my-project/
├── Cargo.toml
├── src/
│ ├── main.rs
│ ├── lib.rs
│ └── handlers/
│ └── mod.rs
└── tests/
└── integration.rs
my-project/
├── Cargo.toml
├── src/
│ ├── main.rs
│ ├── lib.rs
│ └── handlers/
│ └── mod.rs
└── tests/
└── integration.rs