//! A crate for interacting with the Lemon market_data API
#![deny(missing_docs)]pubmodapi;/// API client for the Lemon market trading API
pubmodclient;/// Data client for the Lemon market data API
pubmoddata_client;/// Error type for the Lemon market_data API
pubmoderror;/// Module for utilities
modutil;