Releases: dylni/print_bytes
Releases · dylni/print_bytes
0.6.0
- 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
- Renamed
Bytes
toByteStr
- Removed the "const_generics" and "min_const_generics" features and enabled them by default
- Removed implementations of
ToBytes
forIoSlice
andIoSliceMut
- 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
0.4.1
0.4.0
- Added support for the "min_const_generics" feature:
https://doc.rust-lang.org/unstable-book/language-features/min-const-generics.html
0.3.1
0.3.0
- 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
forBytes