Skip to content

0.2.0

Compare
Choose a tag to compare
@dylni dylni released this 07 Dec 15:41
· 226 commits to master since this release
  • 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.