use-event-payload
Generic event payload wrapper for RustUse event primitives.
Install
[]
= "0.1.0"
Example
use EventPayload;
let payload = new;
assert_eq!;
Scope
- Wrap any caller-owned payload value.
- Provide borrowed and owned accessors.
- Compose with event envelopes without imposing serialization.
Non-Goals
- No serialization or deserialization.
- No schema validation.
- No message transport behavior.
Status
Experimental v0.1.0 primitive.
License
Licensed under either of the following, at your option:
- Apache License, Version 2.0
- MIT license