kraken-http 0.1.2

Asynchronous HTTP API bindings for the Kraken cryptocurrency exchange.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
pub use array_wrapper::ArrayWrapper;
pub use error_wrapper::ErrorWrapper;
pub use parse_error::ParseError;
pub use parse_error::{
    AskError, BidError, HighError, LastTradeError, LowError, NumTradesError, VWAError, VolumeError,
};
pub use unpack::unpack_decimal_array;

mod array_wrapper;
mod error_wrapper;
mod parse_error;
mod unpack;