webull_unofficial 1.1.1

The unofficial Rust interface for the WeBull API
Documentation
1
2
3
4
// Re-export the client types
pub use crate::live_client::LiveWebullClient;
pub use crate::paper_client::PaperWebullClient;
pub use crate::unified_client::WebullClient;