Crates.io | bittrex |
lib.rs | bittrex |
version | 0.8.0 |
source | src |
created_at | 2017-08-21 10:59:20.856188 |
updated_at | 2020-09-29 13:38:23.921358 |
description | Bittrex API bindings for Rust. |
homepage | https://bittrex.com/ |
repository | https://github.com/Razican/bittrex-rs |
max_upload_size | |
id | 28429 |
size | 38,699 |
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.
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.