Crate fast42

Source
Expand description

A super fast 42 API connector

Makes it easy to fetch data from the 42 API. Main features:

  • Rate Limited
  • Async (easily fetch all pages of an endpoint!)
  • Fast ๐Ÿš€

Structsยง

Fast42
Struct holding everything needed to perform requests. Can only be instantiated using the new() method.
HttpOption
Key/value pair holder to represent HTTP options. Best constructed using the new() method.
Response
A Response to a submitted Request.

Type Aliasesยง

BoxError
Alias for a type-erased error type.