rustrock-ig 0.1.1

A simple working IG.com trading API library in Rust.
Documentation
  • Coverage
  • 0%
    0 out of 2 items documented0 out of 1 items with examples
  • Size
  • Source code size: 1.96 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 94.20 kB This is the summed size of all files generated by rustdoc for all configured targets
  • Links
  • Repository
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • 0x612dev

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