Closed jcristovao closed 10 years ago
For my own use I've implemented a very small layer over send and receive, using binary:
https://github.com/jcristovao/nanomsg-binary/blob/master/src/Network/Nanomsg/Binary.hs
Would it make sense to include this in nanomsg-haskell, at the expense of one extra dependency (binary)?
nanomsg-haskell
Cheers
Thanks! Merged and closing issue.
For my own use I've implemented a very small layer over send and receive, using binary:
https://github.com/jcristovao/nanomsg-binary/blob/master/src/Network/Nanomsg/Binary.hs
Would it make sense to include this in
nanomsg-haskell
, at the expense of one extra dependency (binary)?Cheers