# fmt-rfcs **Repository Path**: mirrors_rust-lang/fmt-rfcs ## Basic Information - **Project Name**: fmt-rfcs - **Description**: Home of the Rust style team - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-11-17 - **Last Updated**: 2026-02-01 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Rust style team repository This is the home of the [Rust style team](https://www.rust-lang.org/governance/teams/lang#Style%20team). 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](https://github.com/rust-lang/rust/tree/HEAD/src/doc/style-guide/src) lives in the `rust-lang/rust` repository. In particular, see the [guiding principles](https://github.com/rust-lang/rust/blob/HEAD/src/doc/style-guide/src/principles.md) of the Rust style. This repository includes: - The [charter](charter.md) for the style team. - The [policy](team-policy.md) for the style team, including the [handling of style for nightly language constructs](nightly-style-procedure.md). ## 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](https://www.rust-lang.org/policies/code-of-conduct). ## License [License]: #license This repository is licensed under either of: * Apache License, Version 2.0, ([LICENSE-APACHE](LICENSE-APACHE) or https://www.apache.org/licenses/LICENSE-2.0) * MIT license ([LICENSE-MIT](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.