Open
Description
Planning for arrayvec 1.0
Prerequisites:
-
Stable Manually Drop (Rust 1.20!) - Use stable MaybeUninit when we can (feature detected) #127 Use ManuallyDrop if safe, else wait for stable MaybeUninit or equivalent union code
- With good model for why keeping uninitialized data in arrayvec is safe.
- Settle API issues (Result vs Option and when to panic) in Prepare 0.4, more vec-like api and error reform #61 Suggested API change – extend/collect should panic when capacity overflows #163
- Const generics Use const generics in ArrayVec #172