- Add optional
arbitrary
integration (arbitrary
feature) - Switch to Rust 2021 edition
- Add
guaranteed_head
andguaranteed_tail
methods that return a fixed-size array of the minimum size with the first and last items respectively. Suggested by Nemo157. - Add some diagnostic function attributes:
- Add
#[must_use]
toMinSizedVec::into_inner
- Add
#[track_caller]
toMinSizedVec::remove
andMinSizedVec::swap_remove
- Add
Initial release.