bothan-bybit 0.0.1

Rust client for the Bybit exchange with Bothan integration
Documentation
1
2
3
4
5
6
pub use api::websocket::{WebSocketConnection, WebSocketConnector};
pub use worker::Worker;
pub use worker::opts::WorkerOpts;

pub mod api;
pub mod worker;