ig-client 0.16.2

This crate provides a client for the IG Markets API
Documentation
1
2
3
4
5
6
7
8
9
//! Integration tests that talk to IG. They need real credentials in the
//! environment and are ignored by default.

mod account_tests;
mod auth_tests;
mod common;
mod market_tests;
#[cfg(feature = "persistence")]
mod storage_tests;