Docs.rs
hash_events-0.1.2
hash_events 0.1.2
Permalink
Docs.rs crate page
GPL-3.0
Links
Repository
crates.io
Source
Owners
StoicDeveloper
Dependencies
futures ^0.3.0
normal
futures-lite ^1.12.0
normal
Versions
86.67%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
hash_
events
0.1.2
All Items
Crate Items
Structs
Crate
hash_events
Copy item path
Source
Structs
ยง
Emitter
An emitter which can only send the event used to create it
Emitter
Any
Event
Manager
EventManager is used to get subscribers and emitters, but can also emit events itself
String
Event
An event for any type that can be converted into a string.
Subscriber
A stream to receive events. Any event emitted by an Emitter or EventManager will trigger all matching subscribers. Subscribers can be obtained from EventManagers or by cloning another subscriber.
Subscriber
Once
A subscriber that will only trigger once.