Expand description
§bbb_api_wrapper
An asynchronous Rust wrapper for BuiltByBit’s HTTP API.
§Features
- Built on reqwest/hyper - a fast and correct HTTP implementation.
- Full coverage of the API with a fully asynchronous design using the tokio runtime.
- Requests are queued and may be dynamically delayed to stay within rate limiting rules.
Modules§
- data
- A collection of types representing data returned from the API.
- error
- Holds relevant error reporting types and conversions.
- helpers
- A collection of types which contain helping functions that fully cover the API.
- sort
- Represents the sorting options made available by the API.
Structs§
- APIWrapper
- The primary wrapping type for interactions with BuiltByBit’s API.
Enums§
- APIToken
- An enum representing the two possible API token types.