mirror of
https://github.com/serai-dex/serai.git
synced 2025-01-24 19:46:12 +00:00
84a0bcad51
Deduplicates code across the entire repo, letting us make improvements in a single place. |
||
---|---|---|
.. | ||
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.