4 releases
0.1.3 | Oct 2, 2021 |
---|---|
0.1.2 | Oct 1, 2021 |
0.1.1 | Sep 23, 2021 |
0.1.0 | Sep 13, 2021 |
#56 in #rest-client
14KB
129 lines
ARREST
Asynchronous Rust Rest Client
Learning project.
Work in progress.
Steps to using it:
- Create structs that map to the API replies
- Ensure you can initilize the structs to their zero value
- Initialize the Arrest client
- Pass a vector of URLs and the struct that maps to the reply to the
arrest
method
Dependencies
~10–23MB
~338K SLoC