#trading #com #ig #rock #api

rustrock-ig

A simple working IG.com trading API library in Rust

2 releases

0.1.1 Oct 7, 2024
0.1.0 Oct 7, 2024

#84 in Finance

Download history 250/week @ 2024-10-03 57/week @ 2024-10-10

307 downloads per month

MIT license

3KB

RustRock-IG

Release: 0.1.1
Author: Jan Rock (rock@linux.com)

Description

A simple working IG.com trading API library in Rust.

Installation

Add this to your Cargo.toml:

[dependencies]
rustrock-ig = "0.1.1"

Usage

use rustrock_ig::add;

fn main() {

    let result = add(2, 2);
    println!("Result: {}", result);

}

Testing

cargo test

Contributing

Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to me.

Resources

https://crates.io/crates/rustrock-ig
https://github.com/janrockdev/rustrock-ig

License

MIT

No runtime deps