fmt-rfcs icon indicating copy to clipboard operation
fmt-rfcs copied to clipboard

RFCs for Rust formatting guidelines and changes to Rustfmt

Rust style team repository

This is the home of the Rust style team. The style team is responsible for determining the default Rust style, including styling for new language constructs, as well as evolving the Rust style over time.

The Rust style guide lives in the rust-lang/rust repository. In particular, see the guiding principles of the Rust style.

This repository includes:

  • The charter for the style team.
  • The policy for the style team, including the handling of style for nightly language constructs.

Code of Conduct

All interactions on this repository (whether on issues, PRs, or elsewhere), as in other parts of the Rust project, are governed by the Rust Code of Conduct.

License

This repository is licensed under either of:

  • Apache License, Version 2.0, (LICENSE-APACHE or https://www.apache.org/licenses/LICENSE-2.0)
  • MIT license (LICENSE-MIT or https://opensource.org/licenses/MIT)

at your option.

Contributions

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.