Milittle / rust-coding-guidelines

Rust Coding Guidelines (Unofficial)

Home Page:https://rust-coding-guidelines.github.io/rust-coding-guidelines/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Rust Coding Guidelines

《Rust 编码规范》 中文版

WIP.See the Chinese version for the full version, the English version is currently being translated from the Chinese version, welcome to participate in the contribution!

Introduce

It is understood that some companies and organizations within the Rust community maintain their own coding specifications. Some of the publicly available ones are listed below.

The role of coding specifications

  1. Improve the readability, maintainability, robustness, and portability of code by following Rust language features.
  2. Improve the standardization and security of Unsafe Rust code writing.
  3. The programming specification terms strive to systematize, easy to apply, easy to check, to help developers improve development efficiency.
  4. give developers a clear and global vision, in the process of developing code can follow a good code specification, rather than wait until the code is written and then through rustfmt and clippy such tools, a line to modify the warning.
  5. The specification is not a tutorial, but the level of developers varies. For some knowledge blind spots and those that may lead to program errors, the specification will also cover.

About

Rust Coding Guidelines (Unofficial)

https://rust-coding-guidelines.github.io/rust-coding-guidelines/

License:MIT License