type_pubsub 0.2.0

Type-based publisher-subscriber broker written in Rust
Documentation
1
2
3
4
5
# TypePubSub

Basic implementation of a publisher-subscriber broker that allows to subscribe and publish according to the message type.

The binary included in this repo shows a usage example.