mz_catalog_protos

Module 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.