tailsurf 0.8.0

Rust SDK for tail.surf live transcript streams
Documentation
1
2
3
4
5
6
//! Language-neutral TSF REST, SSE, and v1 WebSocket models.

/// JSON request and response models for `/api/v1` REST endpoints.
pub mod rest;
/// WebSocket connection options and binary frame codec.
pub mod ws;