kraken_client 0.13.0

A strongly-typed client for the Kraken REST API
Documentation
1
2
3
4
5
6
7
8
9
pub mod api;
pub mod client;
pub mod error;
mod sign;
pub mod types;

pub use api::get_ohlc_data::Interval;
pub use client::{Client, Result};
pub use types::*;