ecbt 0.1.9

High performance cryptocurrency trading API with support for user defined networking.
Documentation
1
2
3
4
5
//! This module contains some Traits and Structs that are frequently used.
pub use crate::exchange::info::*;
pub use crate::exchange::stream::*;
pub use crate::exchange::*;
pub use crate::model::*;