ig-client 0.11.2

This crate provides a client for the IG Markets API
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
/// Authentication and session management
pub mod auth;
/// Main client implementation
pub mod client;
/// Application configuration module
pub mod config;
/// Dynamic market streamer with thread-safe subscription management
pub mod dynamic_streamer;
/// Service interfaces and traits
pub mod interfaces;
/// Rate limiter module for API request throttling
pub mod rate_limiter;