File tree 3 files changed +395
-5
lines changed
3 files changed +395
-5
lines changed Original file line number Diff line number Diff line change 14
14
- [ Unions] ( ./active_discussion/unions.md )
15
15
- [ Uninitialized memory] ( ./active_discussion/uninitialized_memory.md )
16
16
- [ Data representation] ( ./representation.md )
17
+ - [ Structs and tuples] ( ./representation/structs-and-tuples.md )
17
18
- [ Optimizations] ( ./optimizations.md )
18
19
- [ Optimizing immutable memory] ( ./optimizations/immutable_memory.md )
Original file line number Diff line number Diff line change 6
6
7
7
https://github.com/rust-rfcs/unsafe-code-guidelines/issues/9
8
8
9
- ## Representation of structs and tuples
10
-
11
- https://github.com/rust-rfcs/unsafe-code-guidelines/issues/11
12
- https://github.com/rust-rfcs/unsafe-code-guidelines/issues/12
13
-
14
9
## Representation of enums
15
10
16
11
https://github.com/rust-rfcs/unsafe-code-guidelines/issues/10
You can’t perform that action at this time.
0 commit comments