| Crates.io | comet-eventbus |
| lib.rs | comet-eventbus |
| version | 0.1.0-pre-alpha.4 |
| created_at | 2022-07-16 15:50:41.56758+00 |
| updated_at | 2022-07-17 19:22:23.996892+00 |
| description | An implementation of strong-typed sync and asynchronous eventbus. |
| homepage | |
| repository | https://github.com/lightsing/comet-eventbus.git |
| max_upload_size | |
| id | 626786 |
| size | 65,985 |
A strong typed sync and asynchronous eventbus implementation.
Also provide grpc eventbus bridge for asynchronous implementation.
Add this to your Cargo.toml:
[dependencies]
comet-eventbus = "0.1.0-pre-alpha.4"
Add this to your Cargo.toml:
[dependencies.comet-eventbus]
version = "0.1.0-pre-alpha.4"
features = ["sync", "sync_parallel"]
default-features = false
checkout examples in examples