Changelog of @hackage/binrep 0.2.0

0.2.0 (2022-07-07)

Multiple rewrites (unable to push to Hackage for a while due to dependencies).

  • BinaryCodec split into Get and Put
  • fast serializing via fumieval's mason
  • fast parsing via András Kovács' flatparse
  • integration with my strongweak library
  • generics
  • tests
  • CBLen for constant length types
  • plenty more

0.1.0 (2022-04-22)

Initial release.

  • extracted from gtvm-hs