Planning for arrayvec 1.0 Prerequisites: - [x] ~Stable Manually Drop (Rust 1.20!)~ - [x] #127 Use ManuallyDrop if safe, else wait for stable MaybeUninit or equivalent union code - [x] With good model for why keeping uninitialized data in arrayvec is safe. - [x] Settle API issues (Result vs Option and when to panic) in #61 #163 - [x] Const generics #172
Planning for arrayvec 1.0
Prerequisites:
Stable Manually Drop (Rust 1.20!)