finnhub 0.2.2

A comprehensive Rust client for the Finnhub.io financial data API with 96% endpoint coverage, flexible rate limiting, and WebSocket support
Documentation
1
2
3
4
5
//! WebSocket support for real-time data streaming.

mod stream;

pub use stream::{WebSocketClient, WebSocketMessage};