dpp-rules 0.14.1

Pure EU ESPR cross-field regulatory rules, shared by dpp-domain and the Wasm sector plugins
Documentation
1
2
3
4
5
6
7
//! Cross-sector helper rules: country code validation, numeric utilities, unit
//! conversions, and the dependency-free date key used for regulatory phase selection.

pub mod country;
pub mod date;
pub mod numeric;
pub mod units;