plugin 0.1.0

Lazily evaluated, order-independent plugins for extensible types.
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]

name = "plugin"
version = "0.1.0"
authors = ["Jonathan Reem <jonathan.reem@gmail.com>"]
description = "Lazily evaluated, order-independent plugins for extensible types."
repository = "https://github.com/reem/rust-plugin"
license = "MIT"

[dependencies]
typemap = "*"
phantom = "*"