message-bus-macros 0.1.1

Generate a pub-sub bus for use in async applications, macros crate
Documentation
1
2
3
4
5
error: Only the forms `Topic` or `sub_topic::SubTopic` is supported, remove the generic
 --> ui/generic_topic.rs:5:9
  |
5 |         SomeData<u32> => some::Data,
  |         ^^^^^^^^^^^^^