About the guidelines category
|
3
|
March 25, 2019
|
Style guide for comments
|
33
|
March 28, 2019
|
When should I use #[inline]?
|
11
|
March 25, 2019
|
Requirements for Rust
|
5
|
March 25, 2019
|
Working around back-compat issues with unsafe?
|
10
|
March 25, 2019
|
Should setters mutate, move, or clone the value?
|
14
|
March 25, 2019
|
Are memory leaks considered to violate memory safety?
|
13
|
March 25, 2019
|
What is backwards compatibility?
|
8
|
March 25, 2019
|
Use of ref, must, & in let statements
|
2
|
March 25, 2019
|
Macro hygiene and the guides
|
3
|
March 25, 2019
|
Multiple Line `fn` and `impl` Declarations
|
3
|
March 25, 2019
|
Trailing Commas in Matches, Structs, &c
|
12
|
March 25, 2019
|
Function argument/parameter indentation
|
50
|
March 25, 2019
|
Settling some key naming conventions
|
60
|
March 25, 2019
|
A space after colons in macros
|
7
|
March 25, 2019
|
Type alignment in struct definitions
|
6
|
March 25, 2019
|
Open brace placement: always on the same line?
|
25
|
March 25, 2019
|
Space between procedure name and param list in declaration
|
8
|
March 25, 2019
|
99 vs 100 column limit
|
13
|
March 25, 2019
|
Don't indent inline modules
|
10
|
March 25, 2019
|
Column limits and rightward drift
|
23
|
March 25, 2019
|
Using traits to share implementations
|
2
|
March 25, 2019
|