coinnect 0.2.0

A Rust library to connect to various crypto-currencies exchanges.
Documentation
1
2
3
4
//! Use this module to interact with Bitstamp exchange.

pub mod api;
pub mod utils;