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
// Tests for auth module
// Note: Most auth types are internal and tested through integration tests

#[test]
fn test_placeholder() {
    // Placeholder test - auth types are mostly internal
    // and tested through integration tests
    let result = 1 + 1;
    assert_eq!(result, 2);
}