Expand description
A library for communicating with the Marketstack REST API.
Re-exports§
pub use crate::types::*;
Modules§
- api
- API endpoint structures.
- types
- Contains Rust types of deserialized responses from Marketstack REST API.
Structs§
- Async
Marketstack - A represenation of the asynchronous Marketstack API.
- Marketstack
- A representation of the Marketstack API.
- Marketstack
Builder - Builder pattern implementation for Marketstack and AsyncMarketstack.