oandars

Crates.iooandars
lib.rsoandars
version0.1.2
sourcesrc
created_at2017-06-29 23:51:37.240787
updated_at2017-07-08 02:09:45.041549
descriptionA wrapper for the Oanda Rest-v20 API
homepagehttps://github.com/blankenshipz/oanda-rs
repositoryhttps://github.com/blankenshipz/oanda-rs
max_upload_size
id21280
size40,531
Filmine Rust (github:alt-labs:filmine-rust)

documentation

README

docs.rs badge

OANDARS

oandars is a Rust wrapper for the oanda Rest-V20 API

Missing Features

This library does not yet implement all of the features of the oanda API, if a feature you're interested in is missing please feel free to open an issue

Usage

See the examples and the documentation for details.

Running tests in Development

This project uses docker and docker-compose with these tools installed you can run the test suite with:

docker-compose run --rm lib

The default command is:

cargo test -- --nocapture
Commit count: 26

cargo fmt