0.10.4
slightlyoutofphase
released this
13 Sep 20:54
·
298 commits
to master
since this release
- Adds
StaticVec::insert_from_slice
,StaticVec::try_insert_from_slice
,StaticVec::splice
, and aStaticVecSplice
iterator - Improves the informativeness of various assertion failure messages
- Does various documentation refactoring
- Accounts for the very recent name change of
MaybeUninit::read
toMaybeUninit::assume_init_read
, which amounts to a build-breaking error for pre-0.10.4 versions of the crate if using the very latest nightly release of rust