Benoît Labaere

Results 42 comments of Benoît Labaere

Now only remains to be implemented `nn_send` with the `nn_msg` zero-copy option. I'd like a new function to expose the fact that the buffer must not be used after being...

In this situation, we submit a PR to the link-config maintainer with the simplest fix possible, and he usually merges it in the following minute.

@cmr Is the LICENSE still required if the provided text is included in the README file ? Is it OK to put that text in the LICENSE file instead of...

It works when it comes to prevent someone from using an endpoint outside the scope of a socket. The following scenario is correctly reported as an error by the compiler....

The suggestions I got on irc are - Clone and Copy : we don't want this. - Move the read and write functions to the endpoint : big change, not...

Another option would be to make the self parameter of `bind` and `connect` const instead of mut. But that does feel like lying.

I spoke too fast, that works only when not keeping the endpoint ...

Hi, The stored documentation is sadly out-dated, you'll find up-to-date examples in both the doc comments and the examples folder. The problem is already mentioned in issue #147, I think...

Hi, I tried to use nanomsg v0.4.2 from a linux machine, with a rust nightly build, and it went fine. Do you have any problems using another crate ? Also,...