@hackage binary-strict0.4.8.4
Binary deserialisation using strict ByteStrings
Installation
Dependencies (4)
- array >=0.5 && <0.6
- base >=4.12 && <4.13
- bytestring >=0.10 && <0.11
- mtl >=2.2 && <2.3 Show all…
Dependents (13)
@hackage/network-rpca, @hackage/codec-libevent, @hackage/zre, @hackage/acme-everything, @hackage/nettle-openflow, @hackage/network-dns, Show all…
This is a strict version of the Get monad from the binary package. It's pretty much just a copy and paste job from the original source code. The binary team are currently unsure about their future plans w.r.t. strictness, so this is just a stop gap measure. See http://www.haskell.org/haskellwiki/DealingWithBinaryData for documentation.