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:
rust
extern crate bittrex;
Note: Work in progress.
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.