live-stream 0.1.0

Consumer SDK for browsing and subscribing to live data feeds. Publishers use the live-feed crate.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
# live-stream

Consumer SDK for browsing and subscribing to live data feeds served by
the companion [live-feed] publisher crate. A consumer connects to a
publisher endpoint, fetches the manifest, constructs a subscription,
and receives typed batches.

## License

Mozilla Public License 2.0 (MPL-2.0).

[live-feed]: https://crates.io/crates/live-feed
[live-data]: https://crates.io/crates/live-data