Skip to content

Releases: dylni/print_bytes

0.6.0

15 Jun 01:28
Compare
Choose a tag to compare
  • Added support for additional targets
  • Added the "rust-version" field to Cargo.toml
  • Replaced winapi with windows-sys
  • Increased the minimum supported Rust toolchain version to 1.57.0

0.5.0

26 Sep 19:14
Compare
Choose a tag to compare
  • Renamed Bytes to ByteStr
  • Removed the "const_generics" and "min_const_generics" features and enabled them by default
  • Removed implementations of ToBytes for IoSlice and IoSliceMut
  • Added ToBytes::to_wide
  • Increased the minimum supported Rust toolchain version to 1.51.0 and added an update policy
  • Added support for *-wasi targets
  • Improved the implementation to more closely match the standard library
  • Improved documentation

0.4.2

07 Dec 02:04
Compare
Choose a tag to compare
  • Improved documentation

0.4.1

22 Oct 15:26
Compare
Choose a tag to compare
  • Updated documentation to use intra-rustdoc links

0.4.0

12 Oct 17:47
Compare
Choose a tag to compare

0.3.1

25 Jun 22:58
Compare
Choose a tag to compare
  • Fixed undefined behavior on Windows when printing platform strings

0.3.0

25 Jun 18:35
Compare
Choose a tag to compare
  • Improved output for OsStr and similar structs to be lossless for Windows Console
  • Modified write_bytes to take writers by value
    • References are still accepted, but they are no longer required when passing a writer to this function.
  • Added support for more platforms
  • Added support for building documentation with a stable compiler
  • Removed implementations of From for Bytes

0.2.0

22 Apr 13:49
Compare
Choose a tag to compare
  • Changed output for OsStr and similar structs to be lossy on Windows

0.1.0

04 Apr 16:04
Compare
Choose a tag to compare

Initial release