Skip to main content

Crate teaql_tool_core

Crate teaql_tool_core 

Source

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§

audit
env_config
formatter

Structs§

MustPurpose
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§

TeaQLToolError
A unified error type for all TeaQL Tool operations.

Type Aliases§

Result
A standard result type alias used throughout the TeaQL Tool ecosystem.