rusty-driver 0.3.3

A high level async API for controlling a web browser with webdriver.
Documentation
1
2
3
4
5
6
7
8
9
10
11
0.3.1
- update cargo description
- restrict tokio feature set to those we actually use

0.3.0
- move to the pre release of futures-await + tokio + hyper

0.2.0
- move to rust 2018
- move to tokio-async-await
- api changes for new async-await, take refs where possible