TokTok / hs-msgpack-binary

Haskell implementation of MessagePack / msgpack.org
http://msgpack.org/
Other
16 stars 10 forks source link

Data.Vector instances #19

Closed SX91 closed 7 years ago

SX91 commented 7 years ago

Would be nice to have them. Original msgpack lib used Data.Vector for arrays.

iphydf commented 7 years ago

Done in #22.