medi-rs 2.2.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(unknown = [])]
async fn handler(_: ()) {}

fn main() {}