Skip to content

Releases: dylni/os_str_bytes

1.0.3

26 Mar 15:34
Compare
Choose a tag to compare
  • Minor improvements

1.0.2

15 Mar 17:58
Compare
Choose a tag to compare
  • Improved documentation

1.0.1

27 Feb 20:28
Compare
Choose a tag to compare
  • Fixed documentation

1.0.0

28 Dec 14:15
Compare
Choose a tag to compare
  • Stabilized the public API
  • Added the must_use attribute to all methods

0.3.0

14 Dec 20:39
Compare
Choose a tag to compare
  • Added "OsStr Bytes:" as a prefix to error messages
  • Decreased the crate size

0.2.1

07 Dec 16:17
Compare
Choose a tag to compare
  • Fixed documentation

0.2.0

07 Dec 15:41
Compare
Choose a tag to compare
  • 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

06 Dec 18:41
Compare
Choose a tag to compare

0.1.2

01 Dec 21:39
Compare
Choose a tag to compare

0.1.1

30 Nov 20:05
Compare
Choose a tag to compare
  • Improved documentation