1.0.0
Changed
- Breaking Change Minimum supported Rust version is now 1.58.
- Added
#[must_use]attributes to many crate functions, as appropriate. - Remove
unsafequalifiers fromas_mut_ptrandas_mut_ptr_rangeto match standard library. By @yescallop.
Added
- Added
newfunction that creates and empty string toU16CStringandU32CStringto match other string types. - Additional
Fromimplementations for conversion toOsString.
Also see the changes in 1.0.0-beta.1 if upgrading from 0.5.1 or earlier.