medi-rs 2.3.0

A lightweight async mediator library for Rust with dependency injection and derive macros
Documentation
1
2
3
4
5
error: a mediator handler requires a message parameter
 --> tests/ui/handler_without_message.rs:4:1
  |
4 | async fn handler_without_message() {}
  | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^