Re-exports§
pub use audit::AuditConfig;pub use audit::AuditLevel;pub use audit::Module;pub use env_config::audit_config_from_env;pub use env_config::AuditSink;pub use env_config::EnvAuditConfig;pub use env_config::SchemaMode;pub use formatter::AuditFormatter;pub use formatter::AuditDetail;
Modules§
Structs§
- Must
Purpose - A zero-cost wrapper that forces the developer (or AI) to provide a business comment.
Without calling
.comment(), the internal value cannot be extracted or used. This prevents un-annotated logic in the application layer.
Enums§
- TeaQL
Tool Error - A unified error type for all TeaQL Tool operations.
Type Aliases§
- Result
- A standard result type alias used throughout the TeaQL Tool ecosystem.