rusftx 0.4.0

Rust bindings for the FTX REST and Websocket API
Documentation
1
2
3
4
5
6
#[derive(Debug)]
pub enum WebSocketApiError {
    Ws(tokio_tungstenite::tungstenite::Error),
    Serde(serde_json::Error),
    UnsupportedMessageType,
}