Event Bus
An event system written in Rust written with thread-safety in mind.
Dispatch custom events to buses.
Subscribe to receive events from a bus.
Can use priority to order event subscribers.
Events can be cancelled or modified.