Module mz_catalog_protos::audit_log
source · Expand description
This module is responsible for serializing objects from the
mz_audit_log
crate into protobuf.
The reason this module doesn’t exist in the mz_catalog
crate itself is
because of Rust’s orphan rules.