rustrock-ig

Crates.iorustrock-ig
lib.rsrustrock-ig
version0.1.1
sourcesrc
created_at2024-10-07 19:39:19.225279
updated_at2024-10-07 19:47:41.930896
descriptionA simple working IG.com trading API library in Rust.
homepage
repositoryhttps://github.com/janrockdev/rustrock-ig
max_upload_size
id1400399
size2,267
(0x612dev)

documentation

README

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

Commit count: 6

cargo fmt