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: a slice parameter needs the batch source form: #[subscriber(batch(..))]; for the undecoded payload bytes use #[subscriber(.., raw)]
 --> tests/ui/subscriber_bytes_without_raw.rs:6:25
  |
6 | async fn handle(frame: &[u8]) {}
  |                         ^^^^