Docs.rs
event-bus-0.1.0
Platform
aarch64-apple-darwin
aarch64-unknown-linux-gnu
i686-pc-windows-msvc
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
event-bus 0.1.0
This crate is designed to add a basic event bus system which allows you to subscribe and dispatch events.
Crate
Source
Builds
Feature flags
Documentation
Coverage
0%
0
out of
12
items documented
0
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
lazy_static ^1.4
normal
log ^0.4
normal
Versions
0.1.0
(2020-05-15)
Owners
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.