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
pub enum Commands {
    Atack,
    Move { dx: f32, dy: f32 },
}