//! Native, typed client for the IG REST and Lightstreamer trading APIs.
//!
//! The client defaults to IG's demo environment. Selecting production requires an explicit
//! acknowledgement because position and order operations can affect live funds.
pub use IgClient;
pub use ;
pub use ;
pub use IgStreamingClient;