bittrex 0.6.1

Bittrex API bindings for Rust.
docs.rs failed to build bittrex-0.6.1
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build: bittrex-0.8.0

Bittrex API for Rust

Build Status codecov Crates.io

This crate implements a client to connect with the Bittrex API. It can be used by adding the crate to Cargo.toml and this to the main.rs or lib.rs file:

extern crate bittrex;

Note: Work in progress.

License

This crate is distributed under the terms of both the MIT license and the Apache License (Version 2.0), at your option. See LICENSE-APACHE, and LICENSE-MIT files for details.