bgamari / nanomsg-haskell

Haskell bindings to nanomsg
MIT License
25 stars 12 forks source link

Binary send and receive #3

Closed jcristovao closed 10 years ago

jcristovao commented 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)?

Cheers

ghost commented 10 years ago

Thanks! Merged and closing issue.