This repository was archived by the owner on May 3, 2026. It is now read-only.
0.6.3
FIXED
- Multiple soundness fixes:
InlineArrayhandles large alignment, panic safety inChunk'scloneandfrom_iter, capacity checks inunit(),pair()andfrom(). InlineArraycan now handle zero sized values. This relies on conditionals in const functions, a feature which was introduced in Rust 1.46.0, which means this is now the minimum Rust version this crate will work on.