kraken_client 0.6.0

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

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