openlimits-binance 0.3.0

Binance implementation for OpenLimits.
Documentation
1
2
3
4
5
6
7
use super::Transport;

/// The openlimits-binance client
#[derive(Clone)]
pub struct BaseClient {
    pub transport: Transport,
}