medi-rs 2.3.0

A lightweight async mediator library for Rust with dependency injection and derive macros
Documentation
1
2
3
4
5
6
use medi_rs::medi_handler;

#[medi_handler]
async fn handler_without_message() {}

fn main() {}