Skip to main content

dpp_rules/common/
mod.rs

1//! Cross-sector helper rules: country code validation, numeric utilities, unit
2//! conversions, and the dependency-free date key used for regulatory phase selection.
3
4pub mod country;
5pub mod date;
6pub mod numeric;
7pub mod units;