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