docs.rs failed to build vta-audit-0.3.19
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build:
vta-audit-0.3.17
vta-audit
Structured audit logging for security-relevant VTA operations, extracted from
vta-service so every subsystem can emit audit events without depending on the
whole service.
audit!— a#[macro_export]ed macro that emits a structured event to the dedicatedaudittracing target (INFOfor success,ERRORfordenied:*/ failure outcomes).record/record_with_detail/record_consent/cleanup_expired_logs— persist audit entries to theauditfjall keyspace for API-based retrieval.
Depends only on vti-common and vta-sdk. vta-service re-exports it as
crate::audit, so existing crate::audit::record / audit!(…) call sites are
unchanged.
Part of the Verifiable Trust Infrastructure workspace. Apache-2.0.