bittrex 0.8.0

Bittrex API bindings for Rust.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Bittrex API for Rust #
[![Build Status](https://travis-ci.org/Razican/bittrex-rs.svg?branch=master)](https://travis-ci.org/Razican/bittrex-rs)
[![codecov](https://codecov.io/gh/Razican/bittrex-rs/branch/master/graph/badge.svg)](https://travis-ci.org/Razican/bittrex-rs)
[![Crates.io](https://meritbadge.herokuapp.com/bittrex)](https://crates.io/crates/bittrex)

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.*

## 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.