Releases: dylni/os_str_bytes
Releases · dylni/os_str_bytes
1.0.3
1.0.2
1.0.1
1.0.0
0.3.0
0.2.1
0.2.0
- Removed undefined behavior in the Windows implementation of
OsStrBytes::from_bytes
- It was previously used to provide stronger guarantees about data integrity, but avoiding undefined behavior is more important. There should be no visible change in the results of methods from this crate.
- Remaining safety concerns are documented.
0.1.3
- Improved performance of
OsStrBytes::from_bytes
and related methods on Windows
0.1.2
- Slightly improved performance of
OsStrBytes::from_bytes
and related methods on Windows