#event-system #events #bus #dispatch #subscribe #thread-safe #basic

event-bus

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

1 unstable release

0.1.0 May 15, 2020

#24 in #event-system

39 downloads per month

MIT license

7KB
127 lines

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

Dependencies

~98KB