SKILL_MD
11

Use cargo add to add new dependencies or features rather than editing Cargo.toml directly Before finishing your turn, when editing Rust code: Run cargo fmt after modifying Rust source files to ensure consistent formatting Run tests (most commonly cargo test --all --workspace, though some projects m…

Coding / 软件开发Safe-ishScanned