Skip to content

0.5.2

Latest
Compare
Choose a tag to compare
@partim partim released this 10 Oct 10:58
837ea25

New

  • Added Str::try_copy_from_str and Str::copy_from_str to create a new Str<_> by copying from a &str. (#56)

Bug fixes

  • Fixed an infinite loop in the OctetsBuilder::with_capacity impl for heapless::Vec<..>. (#59)