dispatchtable 0.1.2

Small library used to specify function dispatch tables HashMap<K, Box<Fn(..)>>
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
authors = ["Skarlett <https://github.com/Skarlett>"]
categories = ["rust-patterns", "data-structures"]
description = "Small library used to specify function dispatch tables HashMap<K, Box<Fn(..)>>"
edition = "2018"
homepage = "https://github.com/Skarlett/dispatchtable"
keywords = ["dynamic", "runtime", "dispatch", "function", "map"]
license = "MIT"
name = "dispatchtable"
publish = true
readme = "README.md"
repository = "https://github.com/Skarlett/dispatchtable"
version = "0.1.2"