pubsub 0.2.1

Local publish / subscribe
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]



name = "pubsub"

version = "0.2.1"

authors = ["Nathan Fuchs <fuchsnj@gmail.com>"]

license = "MIT"

readme = "README.md"

repository = "https://github.com/fuchsnj/rust_pubsub"

documentation = "http://fuchsnj.github.io/rust_pubsub"

description = "Local publish / subscribe"

keywords = ["pubsub", "publish", "subscribe", "local"]



[dependencies]

threadpool = "0.1.4"