[Haskell-cafe] ANNOUNCE: storable-endian
Eugene Kirpichov
ekirpichov at gmail.com
Wed Dec 22 15:58:36 CET 2010
Hi cafe,
I've released "storable-endian"
http://hackage.haskell.org/package/storable-endian
It defines types like {{Int,Word}{16,32,64},Double,Float}{LE,BE} (for
example Int32BE) etc. with a corresponding Storable instance.
It is needed for binary interoperability with libraries or network
protocols with fixed endianness. Hope you find it useful.
--
Eugene Kirpichov
Senior Software Engineer,
Grid Dynamics http://www.griddynamics.com/
More information about the Haskell-Cafe
mailing list