ekmett / bytes

Serialization primitives that work with both cereal and binary.
http://hackage.haskell.org/package/bytes
Other
22 stars 13 forks source link

GetT and PutT #12

Closed nikita-volkov closed 10 years ago

nikita-volkov commented 10 years ago

Before I found out about this library I had implemented transformers over Get and Put of cereal library. What about merging something in the spirit of this into bytes?

https://github.com/GaloisInc/cereal/pull/19

ekmett commented 10 years ago

I don't think I could support hosting them from here, as they rely on internal details of the implementation of Get and Put.

You could probably make instances for them though.

nikita-volkov commented 10 years ago

Sorry, I've already implemented this in a wrapper library over "cereal": http://hackage.haskell.org/package/cereal-plus, so I won't have time to do this now.