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
  • Coverage
  • 0%
    0 out of 12 items documented0 out of 9 items with examples
  • Size
  • Source code size: 7.47 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 1.42 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 10s Average build duration of successful builds.
  • all releases: 10s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • JAD3N/event-bus
    9 2 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • JAD3N

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