mediator 0.1.2

An implementation of the Mediator pattern in Rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[features]
default = ["impls"]
impls = []

[package]
description = "An implementation of the Mediator pattern in Rust"
documentation = "https://docs.rs/mediator/"
edition = "2021"
homepage = "https://crates.io/crates/mediator/"
keywords = ["rust-patterns"]
license = "MIT"
name = "mediator"
repository = "https://github.com/Neo-Ciber94/mediator-rs/"
version = "0.1.2"