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

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

Type Definitions

Alias for a type-erased error type.