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

#57 in #rest-client

MIT license

14KB
129 lines

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

Dependencies

~10–24MB
~349K SLoC