Crates.io | rustrock-ig |
lib.rs | rustrock-ig |
version | 0.1.1 |
source | src |
created_at | 2024-10-07 19:39:19.225279 |
updated_at | 2024-10-07 19:47:41.930896 |
description | A simple working IG.com trading API library in Rust. |
homepage | |
repository | https://github.com/janrockdev/rustrock-ig |
max_upload_size | |
id | 1400399 |
size | 2,267 |
Release: 0.1.1
Author: Jan Rock (rock@linux.com)
A simple working IG.com trading API library in Rust.
Add this to your Cargo.toml
:
[dependencies]
rustrock-ig = "0.1.1"
use rustrock_ig::add;
fn main() {
let result = add(2, 2);
println!("Result: {}", result);
}
cargo test
Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to me.
https://crates.io/crates/rustrock-ig
https://github.com/janrockdev/rustrock-ig
MIT