/// Logstone - Tamper-evident audit logging for B2B SaaS
////// This SDK is currently in development.
/// Represents an audit event to be logged
pubstructAuditEvent{pubactor: String,
pubaction: String,
pubresource: String,
pubresource_id: String,
}/// Current version of the Logstone SDK
pubfnversion()->&'staticstr{env!("CARGO_PKG_VERSION")}