Noah Kennedy
Noah Kennedy
I think the best approach here would likely be to try using tokio or async-std to get asynchronous IO. I might try spinning up a fork with this later this...
Actix-web was one of the first Rust web frameworks I ever used. Thank you for all that you have done. You did a lot to advance the community. I really...
I would also be interested in learning about its internal structure, and helping to maintain it.
@bluejekyll I'd like to start first by trying to implement some custom connection providers in a crate consuming this library. Is this possible to do in a manner which would...
I've implemented a custom connection provider. How do I construct an `AsyncResolver` which uses it? I don't see anything in those tests which demonstrates how to do this.
Maybe it's best for me to show what I did for my proof of concept intended to show how to use custom providers for the AsyncResolver: ```rust use futures_util::stream::Stream; use...
Should I file an issue and open a PR for making these public?
https://github.com/bluejekyll/trust-dns/pull/1654
Since #1654 is in, I will point my code at master and have a go again.
At least for the POC.