Commit Graph

5 Commits

Author SHA1 Message Date
Benjamin Fry
31fbf66316 reformat all code 2019-10-17 21:59:20 -07:00
Benjamin Fry
4cacc82f20 update all crates for tls features with std::future 2019-10-17 21:59:20 -07:00
Benjamin Fry
a8dabee099 update resolver to new std::future
all types compiling

cleanup some usage of the pins

all default feature tests passing for resolver!
2019-10-17 21:59:20 -07:00
Bruce Mitchener
939ae2f3d6 Complete renaming of ResolverFuture to AsyncResolver.
This updates various references to ResolverFuture to be referring
to AsyncResolver instead.
2019-06-24 13:22:16 -07:00
Benjamin Fry
4363bfd744 Clean up directory structure of crates (#589)
* Move all public crates into crates/

Integration tests into tests/

* move test certs into tests/test-data

* fix benches

* fix compatibility tests
2018-10-22 08:22:58 -07:00