Open retep998 opened 4 years ago
Would you accept PRs tackling these issues against the dev
branch?
The dev
branch is where I write my own commits for testing on CI before merging them into a mainline branch. I'll eventually create a 0.4
branch where 0.4 specific changes can be directed.
#[repr(packed(N))]
everywhere applicable.#[repr(align(N))]
everywhere applicable.FlexibleArray
.[T;0]
and[T; 1]
, it may be better to just tell people to useVariableSizedBox
.