temp-deepwiki/.github/instructions/rust-guide.instructions.md
2025-10-01 18:01:57 +07:00

573 B

applyTo
**

Rust Project Guidelines

Project Structure

  • Crate names should be consistent and use a common prefix if part of a workspace. Example: deepwiki-core
  • When using format!, always inline variables into {} directly.

Code Formatting and Linting

  • Always run cargo fmt after making code changes. Do not request approval for formatting.

  • Run tests after fixes

Tests

General