//! The domain-agnostic engine: glob matching, directive types, the parser, the [`Target`] trait,
//! and the decoupled severity [`Ladder`]. Always available; knows nothing about any domain.
moddirective;pubmodglob;modladder;modparse;modtarget;pubusedirective::{Action, Directive};pubuseglob::Pattern;pubuseladder::Ladder;pubuseparse::{parse, parse_as, ParseError};pubusetarget::Target;