use-event
Feature-gated facade crate for RustUse event primitives.
Install
[]
= "0.1.0"
Selected features only:
[]
= { = "0.1.0", = false, = ["envelope", "log"] }
Example
Scope
- Re-export focused
use-event-*crates behind opt-in features. - Provide nested modules that mirror child crate names.
- Provide a small prelude of common primitive event types.
Non-Goals
- No implementation logic in this facade.
- No broker, queue, scheduler, runtime, or persistence layer.
- No serialization, UUID, async, or event framework behavior.
Status
Experimental v0.1.0 facade.
License
Licensed under either of the following, at your option:
- Apache License, Version 2.0
- MIT license