arrest 0.1.1

Async Rest client
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# ARREST

Asynchronous Rust Rest Client


Learning project. 

Work in progress.



Steps to using it:
1. Create structs that map to the API replies
2. Ensure you can initilize the structs to their zero value
3. Initialize the Arrest client
4. Pass a vector of URLs and the struct that maps to the reply to the `arrest` method