blob: 426164ad5b0e6b0e3f27acef72637156cda860ce (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
# Rust Language Standards
## Requirements
- Committed code MUST be formatted using [rustfmt][1].
## Guidelines
TBD
[1]: https://github.com/rust-lang/rustfmt#running-rustfmt-from-your-editor
|