kraken-api-client 0.1.0

An async Rust client library for the Kraken exchange REST and WebSocket v2 APIs
Documentation
1
2
3
4
5
6
7
8
//! Common types used across the Kraken client library.

pub mod common;
pub mod last_and_data;
pub mod serde_helpers;

pub use common::*;
pub use last_and_data::{LastAndData, LastAndDataWithKey};