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

#127 in #exchange

Download history 19/week @ 2024-02-19 2/week @ 2024-02-26 140/week @ 2024-04-01

140 downloads per month

MIT/Apache

22KB
387 lines

Bittrex API for Rust

Build Status codecov

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

~4–12MB
~144K SLoC