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
arrestmethod