ruststream 0.6.1

Async messaging framework for Rust: broker-agnostic traits, router, codecs, and a conformance harness for broker authors.
Documentation
1
2
3
4
5
error: raw is not supported together with batch(..); a raw handler takes one delivery's payload as `&[u8]`
 --> tests/ui/subscriber_raw_batch.rs:4:31
  |
4 | #[subscriber(batch("frames"), raw)]
  |                               ^^^