Skip to content

1.0.0

Compare
Choose a tag to compare
@starkat99 starkat99 released this 21 Jun 07:14
· 30 commits to main since this release
352a269

Changed

  • Breaking Change Minimum supported Rust version is now 1.58.
  • Added #[must_use] attributes to many crate functions, as appropriate.
  • Remove unsafe qualifiers from as_mut_ptr and as_mut_ptr_range to match standard library. By @yescallop.

Added

  • Added new function that creates and empty string to U16CString and U32CString to match other string types.
  • Additional From implementations for conversion to OsString.

Also see the changes in 1.0.0-beta.1 if upgrading from 0.5.1 or earlier.