hyperstack-sdk 0.6.9

Rust SDK client for connecting to HyperStack streaming servers
Documentation
1
2
3
4
5
6
7
8
pub use crate::{
    AuthConfig, AuthErrorCode, AuthToken, EntityStream, FilterMapStream, FilteredStream,
    HyperStack, HyperStackBuilder, HyperStackError, MapStream, RichEntityStream, RichUpdate,
    RichWatchBuilder, SocketIssue, Stack, StateView, TokenTransport, Update, UseBuilder, UseStream,
    ViewBuilder, ViewHandle, Views, WatchBuilder,
};

pub use futures_util::StreamExt;