pubsub-bus 1.1.1

Thread-safe one-to-many publish-subscribe event system. Simple and easy to use. It just works (hopefully).
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 4

[[package]]
name = "pubsub-bus"
version = "1.1.1"
dependencies = [
 "shared-type",
]

[[package]]
name = "shared-type"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f208664c079ad437fcc33aff7fbebeb400d744db4f79e9c3c70fa0c42d88a8af"