handler_map 0.1.0

Map from types to functions that receive them
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
[package]
name = "handler_map"
version = "0.1.0"
authors = ["QuietMisdreavus <grey@quietmisdreavus.net>"]
description = "Map from types to functions that receive them"
repository = "https://github.com/QuietMisdreavus/handler_map"
keywords = ["event-handling", "message-handling", "events", "anymap"]
categories = ["data-structures", "rust-patterns"]
license = "MPL-2.0"
readme = "README.md"

[dependencies]