pipe-audit-core 0.1.8

Universal data validation and compliance audit engine
Documentation
1
2
3
4
5
6
7
8
9
10
11
// Declare submodules
pub(crate) mod error;
pub(crate) mod init;
pub(crate) mod ledger;
pub(crate) mod schema;
pub(crate) mod verify;
pub(crate) mod writer;

// Re-export the types and functions you want public
pub(crate) use schema::AuditLogEntry;
pub(crate) use writer::log_event; // whatever types you define