event-bus 0.1.0

This crate is designed to add a basic event bus system which allows you to subscribe and dispatch events.
Documentation

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.

Crates.io MIT licensed