webull-rs 0.1.0

A Rust client for the Webull trading API
Documentation
1
2
3
4
5
//! WebSocket client for streaming data from Webull.

pub mod client;
pub mod events;
pub mod subscription;