//! Claim catalog, requirement language, and Kleene evaluator.
//!
//! Pipeline: `parse_str(toml)` → [`Policy`], then for each subject
//! call [`evaluate`] with the audits you've collected from your
//! configured logs to get a [`Verdict`]. The verdict's `Display`
//! impl produces the human-readable explanation `openvet check`
//! prints; programmatic consumers can walk the `Fail` variant's
//! `FailureReason`s directly.
pub use ;
pub use ;
pub use ;
pub use ;