This repository was archived by the owner on May 3, 2026. It is now read-only.
0.6.4
FIXED
InlineArraycan be used in recursive types again.
CHANGED
InlineArray::new()now panics when it can't store elements with large alignment (this was UB prior to 0.6.3). Alignments ofusizeand smaller are always supported. Larger alignments are supported if the capacity-providing type has sufficient alignment.