arrest

Crates.ioarrest
lib.rsarrest
version0.1.3
sourcesrc
created_at2021-09-13 09:14:32.520574
updated_at2021-10-02 06:43:45.544095
descriptionAsync Rest client
homepage
repositoryhttps://github.com/saidvandeklundert/arrest
max_upload_size
id450400
size47,810
(saidvandeklundert)

documentation

README

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
Commit count: 26

cargo fmt