12 releases (7 breaking)
0.8.0 | Sep 29, 2020 |
---|---|
0.7.0 | Jun 10, 2020 |
0.6.1 | Jan 24, 2020 |
0.5.2 | Dec 28, 2018 |
0.1.1 | Aug 23, 2017 |
#120 in #exchange
22KB
387 lines
Bittrex API for Rust
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.
lib.rs
:
Bittrex API.
Dependencies
~5–11MB
~120K SLoC