use-event-stream
Ordered in-memory event stream wrapper for RustUse events.
Install
[]
= "0.1.0"
Example
use EventStream;
let mut stream = new;
stream.push;
assert_eq!;
assert_eq!;
Scope
- Keep an ordered in-memory collection of events.
- Provide push, iteration, length, and emptiness helpers.
- Leave event type and ownership to the caller.
Non-Goals
- No async stream abstraction.
- No broker, queue, or scheduler.
- No persistence or backpressure.
Status
Experimental v0.1.0 primitive.
License
Licensed under either of the following, at your option:
- Apache License, Version 2.0
- MIT license