kotborealis
29b15cb1d2
Updated documentation in examples ( #1219 )
...
Documentation in examples recommends using
`tokio 0.2` as dependency, while README.md
recomends `tokio 0.1`.
I've updated comments according to readme.
2021-03-22 11:26:50 -07:00
Sean McArthur
f78846b6f1
Add note about how to use tokio::main in examples ( #745 )
2019-12-17 12:56:36 -08:00
Sean McArthur
87a09322d6
Make the async Client default ( #626 )
...
The previously default Client is moved to `reqwest::blocking`, while the
async client becomes the main API.
Closes #622
2019-09-09 17:20:51 -07:00
Sean McArthur
ba7b2a754e
refactor all to async/await ( #617 )
...
Co-authored-by: Danny Browning <danny.browning@protectwise.com >
Co-authored-by: Daniel Eades <danieleades@hotmail.com >
2019-09-06 17:22:56 -07:00
danieleades
cf8944a0f0
cargo fmt ( #604 )
...
Run rustfmt and setup CI to check for it.
2019-08-29 09:52:39 -07:00
Vlad Frolov
276c3d6594
Added JSON examples
2018-09-19 12:48:46 -07:00