use-event-name
Lightweight event name primitive for RustUse.
Install
[]
= "0.1.0"
Example
use EventName;
let name = new;
assert_eq!;
assert_eq!;
Scope
- Store caller-provided event name text.
- Provide common string conversions and display behavior.
- Keep naming policy with the caller.
Non-Goals
- No naming convention enforcement.
- No event registry.
- No routing or dispatch behavior.
Status
Experimental v0.1.0 primitive.
License
Licensed under either of the following, at your option:
- Apache License, Version 2.0
- MIT license