Skip to content

v0.2.0

Compare
Choose a tag to compare
@mbrubeck mbrubeck released this 23 Mar 17:43
· 438 commits to v2 since this release
  • New:
    • SmallVec implements the following traits: AsRef, AsMut, Borrow, BorrowMut, Extend, IntoIter, Hash. (#26)
    • The iterators implement DoubleEndedIterator and ExactSizeIterator (#26).
    • VecLike requires the Extend trait [breaking change] (#27).