Skip to content

0.5.0

Choose a tag to compare

@partim partim released this 30 Jan 13:32
· 24 commits to main since this release
c7334c2

Breaking changes

  • Removed the impls of Borrow<[u8]> for Str<_> and StrBuilder<_> (Borrow<str> is still there). (#52)

New

  • Added an impl of OctetsFrom<_> for Smallvec<_>. (#52)
  • Added an impl of OctetsFrom<_> for Str<_>. (#51)