Max Inden
Max Inden
I would welcome any patches for this. In case anyone is looking into it, I am currently working on a proposal for generic connection management, i.e. the ability for users...
Tracking issue for the above mentioned effort: https://github.com/libp2p/rust-libp2p/issues/2824 First draft: https://github.com/libp2p/rust-libp2p/pull/2828
I am a bit confused. Are you referring to U**D**P?
> This blogpost might also go onto a further reading list: https://sans-io.readthedocs.io/how-to-sans-io.html I am a great fan of this coding style. It makes testing so easy. That said, I don't...
@divagant-martian would you mind providing an example? > not being able to include bounds in the resulting trait implementation I am not sure I follow. Why can you not add...
Ah, sorry I didn't read properly. > Maybe there is a way to do this but I don't seem to find it in the docs I am not aware of...
@pinkforest why do we need both `cargo audit` and `cargo deny`?
> This does not compile because the blanket impl for `ProtocolName` over anything that implements `AsRef` is conflicting with the implementation on `Either`. I don't have a strong opinion on...
On the meta level, I think we could do better modelling protocol names. Part of the problem is the conflict between multistream select and libp2p-identify on the specification level. One...
> Nice idea but it won't allow us to enforce invariants, right? True. Would be great to enforce these at runtime. Would be wonderful to enforce these at compile time...