| Crates.io | nt-streaming |
| lib.rs | nt-streaming |
| version | 1.0.0 |
| created_at | 2025-11-13 19:03:57.637684+00 |
| updated_at | 2025-11-13 19:03:57.637684+00 |
| description | Real-time market data streaming for Neural Trader - WebSocket connections to exchanges |
| homepage | |
| repository | https://github.com/ruvnet/neural-trader |
| max_upload_size | |
| id | 1931736 |
| size | 41,211 |
Real-time market data streaming for Neural Trader. Provides WebSocket connections to market data providers.
use nt_streaming::StreamingClient;
let client = StreamingClient::new(config);
client.subscribe(vec!["AAPL", "GOOGL"]).await?;
Licensed under either of Apache License, Version 2.0 or MIT license at your option.