ig-client 0.13.0

This crate provides a client for the IG Markets API
Documentation
1
2
3
4
5
6
7
8
9
10
mod test_auth;
mod test_auth_flow;
mod test_client;
mod test_http_request;
// Exercises `Listener`, which decodes a `StreamingUpdate` and hands it to a
// user callback. The stream-pumping half (`Listener::spawn`) needs a
// `lightstreamer_rs::Updates`, which has no public constructor, so it is only
// reachable from the env-gated live tests.
#[cfg(feature = "streaming")]
mod test_listener;