1 个仓库
Tools for maintaining consistent coding standards and formatting across a Rust codebase.
Distinct from Rust: Distinct from Rust: focuses on structural and naming consistency rather than general language resources.
Explore 1 awesome GitHub repository matching programming languages & runtimes · Style Enforcement. Refine with filters or upvote what's useful.
This project is a static analysis linter, code quality tool, and language auditor for Rust. It functions as an automated refactoring system designed to identify common mistakes and suggest idiomatic improvements for Rust source code. The tool identifies non-idiomatic patterns, performance bottlenecks, and code smells to improve the overall correctness and quality of the code. It specifically audits memory safety by flagging suspicious use of unsafe blocks and pointer manipulations and detects inefficient operations to optimize execution speed. The analysis surface covers coding style enforce
Maintains consistent coding standards and formatting across a Rust codebase by flagging naming and structural inconsistencies.