Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rust-lang/style-team
Home of the Rust style team
https://github.com/rust-lang/style-team
Last synced: about 1 month ago
JSON representation
Home of the Rust style team
- Host: GitHub
- URL: https://github.com/rust-lang/style-team
- Owner: rust-lang
- License: apache-2.0
- Created: 2016-05-03T23:09:54.000Z (over 8 years ago)
- Default Branch: main
- Last Pushed: 2024-05-17T01:57:52.000Z (6 months ago)
- Last Synced: 2024-09-29T21:03:38.656Z (about 1 month ago)
- Language: Rust
- Size: 192 KB
- Stars: 453
- Watchers: 34
- Forks: 56
- Open Issues: 23
-
Metadata Files:
- Readme: README.md
- License: LICENSE-APACHE
Awesome Lists containing this project
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]: #licenseThis 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.