6.3.0
- Added:
OsStrBytes::assert_from_raw_bytes
OsStringBytes::assert_from_raw_vec
RawOsStr::assert_from_raw_bytes
RawOsStr::from_raw_bytes
RawOsStr::from_raw_bytes_unchecked
RawOsStr::trim_matches
RawOsStrCow
RawOsString::assert_from_raw_vec
RawOsString::clear
RawOsString::from_raw_vec
RawOsString::from_raw_vec_unchecked
RawOsString::shrink_to_fit
RawOsString::split_off
RawOsString::truncate
- Added a "checked_conversions" feature for methods that should be avoided
- Deprecated using
OsStrBytes::from_raw_bytes
andOsStringBytes::from_raw_vec
without the "checked_conversions" feature