use crateAuditEvent;
use mpsc;
/// A clone-able handle to the audit event channel.
///
/// Clone this into your app state so handlers can use the `audit!` macro.
/// The sender is lossy (unbounded) — if the receiver is gone, events are
/// silently dropped and logged as a warning via tracing.