Skip to content

v6.0.0

Compare
Choose a tag to compare
@tbrezot tbrezot released this 04 Oct 09:52
· 227 commits to main since this release
b5c75ef

[6.0.0] - 2022-08-29

Added

  • write_array::<Length>()
  • read_array::<Length>()

Changed

  • read_array() -> read_vec()
  • write_array() -> write_vec()
  • bytes_ser_de is now private

Fixed

Removed