use-event-status
Event status labels for RustUse event primitives.
Install
[]
= "0.1.0"
Example
use EventStatus;
let status = Handled;
assert_eq!;
assert!;
Scope
- Provide simple event lifecycle labels.
- Offer small helpers for terminal and failure statuses.
- Keep status interpretation with the caller.
Non-Goals
- No workflow engine.
- No retry policy.
- No event state machine.
Status
Experimental v0.1.0 primitive.
License
Licensed under either of the following, at your option:
- Apache License, Version 2.0
- MIT license