use-event-id
Lightweight event identifier primitive for RustUse.
Install
[]
= "0.1.0"
Example
use EventId;
let id = new;
assert_eq!;
assert_eq!;
Scope
- Store caller-provided event id text.
- Provide common string conversions and display behavior.
- Keep construction infallible and policy-free for v0.1.0.
Non-Goals
- No UUID generation.
- No global uniqueness guarantees.
- No validation beyond preserving the supplied text.
Status
Experimental v0.1.0 primitive.
License
Licensed under either of the following, at your option:
- Apache License, Version 2.0
- MIT license