inventory 0.1.2

Typed distributed plugin registration
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "inventory"
version = "0.1.2"
authors = ["David Tolnay <dtolnay@gmail.com>"]
license = "MIT/Apache-2.0"
description = "Typed distributed plugin registration"
repository = "https://github.com/dtolnay/inventory"
documentation = "https://docs.rs/inventory"
readme = "README.md"
edition = "2018"

[dependencies]
ctor = "0.1"
ghost = "0.1"
inventory-impl = { version = "0.1.2", path = "impl" }

[workspace]
members = ["impl"]