ruststream 0.4.0

Async messaging framework for Rust: broker-agnostic traits, router, codecs, and a conformance harness for broker authors.
Documentation
1
2
3
4
5
error: batch(..) takes exactly one source argument
 --> tests/ui/subscriber_batch_two_args.rs:4:14
  |
4 | #[subscriber(batch("a", "b"))]
  |              ^^^^^^^^^^^^^^^