1
2
3
4
5
6
//! Use this module to interact with Kraken exchange.
//! See examples for more informations.

pub mod api;
pub mod generic_api;
pub mod utils;