bittrex

Crates.iobittrex
lib.rsbittrex
version0.8.0
sourcesrc
created_at2017-08-21 10:59:20.856188
updated_at2020-09-29 13:38:23.921358
descriptionBittrex API bindings for Rust.
homepagehttps://bittrex.com/
repositoryhttps://github.com/Razican/bittrex-rs
max_upload_size
id28429
size38,699
Iban Eguia Moraza (Razican)

documentation

https://docs.rs/bittrex/

README

Bittrex API for Rust

Build Status codecov Crates.io

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.

Commit count: 62

cargo fmt