pub use ;
pub use DscCheck;
pub use FrlCeilingCheck;
pub use ;
use crateCheckList;
use crateViolation;
/// The ordered list of constraint rules applied by [`DefaultConstraintEngine`][super::DefaultConstraintEngine] by default.
///
/// Rules are evaluated in declaration order. In alloc mode all violations are
/// collected; in no-alloc mode the engine short-circuits on the first failure.
pub static DEFAULT_CHECKS: = &;