Releases: raehik/binrep
Releases · raehik/binrep
0.3.1
0.3.0
- useful parsing errors in
Get
- e.g. if parsing fails at "any Word64", emits "ran out, needed 8 bytes"
- generic deriver places tons of data type info in highly structured errors
- move
CBLen
intoBLen
as an associated type family - clean up magics (another open type family to associated)
- add initial varint definitions at
Binrep.Type.Varint
0.2.0
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