pubsub-bus 3.1.0

Thread-safe one-to-many publish-subscribe event system. Simple and easy to use. It just works (hopefully).
Documentation
1
2
3
4
5
#[derive(PartialEq, Clone)]
pub enum TopicIds {
    Player1,
    Player2,
}