bothan-coinbase 0.0.1

Rust client for the Coinbase 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;