handler_map 0.1.0

Map from types to functions that receive them
Documentation
1
2
3
4
5
6
7
8
9
# changelog for `handler_map`

## `0.1.0` - 2018-09-19

Initial version!

- `HandlerMap` type:
  - `new`/`insert`/`remove`/`is_registered`/`val_is_registered`/`call`
- `BoxFn` implementation with `Opaque` ZST to erase function and argument type