use-event-kind
Event kind labels for RustUse event primitives.
Install
[]
= "0.1.0"
Example
use EventKind;
let kind = Started;
let custom = custom;
assert_eq!;
assert_eq!;
Scope
- Provide common event kind labels.
- Support caller-defined custom labels.
- Keep labels simple and display-friendly.
Non-Goals
- No event taxonomy enforcement.
- No event state machine.
- No routing or handler behavior.
Status
Experimental v0.1.0 primitive.
License
Licensed under either of the following, at your option:
- Apache License, Version 2.0
- MIT license