hyperstack-sdk
Rust client SDK for connecting to HyperStack streaming servers.
Installation
[]
= "0.1"
Usage
use ;
use json;
async
Features
- WebSocket-based real-time streaming
- Automatic reconnection handling
- Type-safe frame parsing
- Multiple subscription modes
Streaming Modes
| Mode | Description |
|---|---|
| State | Single shared state object |
| KV | Key-value lookups by entity key |
| List | All entities matching filters |
| Append | Append-only event log |
Examples
See the examples/ directory for complete examples:
- flip/ - Flip game state tracking
- pump/ - Token launch and trade monitoring
Run examples with:
License
MIT