| Crates.io | type_pubsub |
| lib.rs | type_pubsub |
| version | 0.2.0 |
| created_at | 2022-03-20 11:55:29.007122+00 |
| updated_at | 2022-06-04 11:07:01.615391+00 |
| description | Type-based publisher-subscriber broker written in Rust |
| homepage | |
| repository | https://github.com/sgasse/type_pubsub |
| max_upload_size | |
| id | 553534 |
| size | 23,597 |
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.