# 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`: ```toml [dependencies] rustrock-ig = "0.1.1" ``` ## Usage ```rust use rustrock_ig::add; fn main() { let result = add(2, 2); println!("Result: {}", result); } ``` ## Testing ```bash cargo test ``` ## Contributing Please read [CONTRIBUTING.md](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://crates.io/crates/rustrock-ig)
[https://github.com/janrockdev/rustrock-ig](https://github.com/janrockdev/rustrock-ig)
## License MIT