2 releases
0.1.1 | Oct 7, 2024 |
---|---|
0.1.0 | Oct 7, 2024 |
#89 in Finance
316 downloads per month
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