Skip to main content

Module audit

Module audit 

Source
Expand description

AuditLog — built-in super::Reader that retains a ring of every event it sees, useful for compliance views and “what happened recently” UIs.

Structs§

AuditLog
A reader that records every event it sees into an AuditProjection. Construct via AuditLog::with_capacity.
AuditProjection
Bounded ring buffer of events.