hickory-dns/bin/benches
chunyingw 93cf1db18b Abstract tokio (#960)
* [trust-dns-proto] Make tokio* optional

1. Move from tokio::io::{AsyncRead, AsyncWrite} to
futures::io::{AsyncRead, AsyncWrite} and provide a helper struct
Compat02As03 for the conversion.
2. Abstract tokio::time::{Delay, Timeout}.
3. Modify the other crates which are impacted by the above two changes.

* [trust-dns-proto] make fn asyn for Time trait

* [trust-dns-proto] collapse features

Collapse the features tokio-io, tokio-time into tokio-time.
2019-12-19 08:42:43 -08:00
..
bind_conf move named to trust-dns bin crate 2019-10-25 15:05:07 -07:00
comparison_benches.rs Abstract tokio (#960) 2019-12-19 08:42:43 -08:00