Kevin Oberlies
Kevin Oberlies
I'm personally using these with an [extension trait](https://github.com/favilo/favilrose/commit/4aeb1d08adf39566f6835149a8df35cdb370f21a) to make it more ergonomic. Apologies for not raising an issue first. I've raise #294 just now.
Thanks for the pointers. Not sure why I'd not thought of `PhantomData`. Of course we'd need the types to ensure it is the same `XConn` This looks much simpler, and...
Hmm. The idea of just `AndQuery` is pretty nice. I can get behind internal dynamic dispatch. That would make the public API slightly less confusing for people new to rust....
I've submitted #291, as a first stab at this.
Ah, sorry, I've been rather busy this last month, so I haven't had time to work on the PR, but yes, I saw the comments. I would really like the...
Should this be added to the [v0.19 Milestone](https://github.com/multiformats/rust-multiaddr/milestone/4)? Also, is there any help that is needed to roll forward with this? I have a project that would really benefit from...
Actually it looks like https://github.com/multiformats/rust-multiaddr/pull/110 will fix this issue, too. Along with several others