Skip to content

1.0.61

Compare
Choose a tag to compare
@dtolnay dtolnay released this 31 Dec 22:14
· 893 commits to master since this release
1.0.61
8aa54e6
  • Add String::lossy constructors to C++ API, corresponding to from_utf8_lossy and from_utf16_lossy (#984, thanks @benesch)
  • Add Vec<T>::truncate to C++ API (#988, thanks @benesch)
  • Assert sufficient alignment of const char16_t* passed to a rust::String constructor (#992)