December 23, 2013
Brilliant! I've found myself in need of this exactly, and had just started on my own - you have saved me a lot of work!

On Sunday, 22 December 2013 at 00:18:51 UTC, Lars T. Kyllingstad wrote:
> I've been working on a D wrapper for the ∅MQ (aka. ZMQ/ZeroMQ) messaging library, and I think it's nearly ready for an "official release".  However, I would immensely appreciate some feedback on the API first.
>
> Code:  https://github.com/kyllingstad/zmqd
> Docs:  http://kyllingstad.github.io/zmqd
>
> I've tried to stay as close as possible to the design of the C library, while adding a distinct D "feel".  Details are in the documentation.
>
> Note that my library is different from the ZeroMQ bindings in Deimos, which are simple D bindings to the C API.  (In fact, ∅MQD depends on the Deimos bindings.)
>
> Thanks,
> Lars

December 24, 2013
On Monday, 23 December 2013 at 23:28:19 UTC, Rikki Guy wrote:
> Brilliant! I've found myself in need of this exactly, and had just started on my own - you have saved me a lot of work!

Glad to be of assistance. :)  If you run into any problems with the library, please report them here: https://github.com/kyllingstad/zmqd/issues
1 2
Next ›   Last »