maoertel / diqwest

Crate to extend `reqwest` to be able to send with digest auth flow.
https://docs.rs/diqwest
MIT License
18 stars 3 forks source link

Remove `async-trait` #20

Closed maoertel closed 2 months ago

maoertel commented 2 months ago

Get rid of async-trait now that async functions are supported natively.