mirror of
https://github.com/serai-dex/serai.git
synced 2024-11-17 09:27:36 +00:00
065d314e2a
Achieves a notable amount of reduced async and clones. |
||
---|---|---|
.. | ||
src | ||
Cargo.toml | ||
LICENSE | ||
README.md |
Simple Request
A simple alternative to reqwest, supporting HTTPS, intended to support a majority of use cases with a fraction of the dependency tree.
This library is built directly around hyper
, hyper-rustls
, and does require
tokio
. Support for async-std
would be welcome.