Skip to content

0.5.1

Compare
Choose a tag to compare
@starkat99 starkat99 released this 23 Oct 18:23
86620d9

Fixed

  • Fixed a regression in 0.5.0 where zero-length vectors and strings were incorrectly causing panics in UCString::from_vec and UCString::from_str. Fixes #22.
  • Modified an implentation detail in ustr::to_string & ustr::to_string_lossy to remove possibly unsafe behaviour.