kiteticker-async-manager 0.4.0

High-performance async WebSocket client for Kite Connect API with multi-connection support, dynamic subscription management, and optimized data processing.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
pub mod config;
pub mod connection_manager;
pub mod connection_pool;
pub mod health_monitor;
pub mod message_processor;
pub mod multi_api_manager;

pub use config::*;
pub use connection_manager::*;
pub use connection_pool::*;
pub use health_monitor::*;
pub use message_processor::*;
pub use multi_api_manager::*;