use-event-log
Append-only in-memory event log wrapper for RustUse events.
Install
[]
= "0.1.0"
Example
use EventLog;
let mut log = new;
log.append;
assert_eq!;
Scope
- Keep ordered in-memory event entries.
- Provide append, entries, last, length, and emptiness helpers.
- Leave event storage policy to the caller.
Non-Goals
- No file, database, or network persistence.
- No retention policy.
- No event sourcing framework.
Status
Experimental v0.1.0 primitive.
License
Licensed under either of the following, at your option:
- Apache License, Version 2.0
- MIT license