bulk-client 0.1.0

High-performance Rust SDK for BULK (HTTP + WebSocket)
Documentation
1
2
3
4
5
6
7
8
pub mod bulk_ws;
pub mod parts;
pub mod bulk_http;

pub use bulk_ws::*;
pub use bulk_http::*;
pub use parts::Topic;
pub use parts::Event;