//! Money type with runtime currencies.
//!//! Useful for accepting money with user-defined currencies and aggregating multiple moneys with different currencies.
moddyn_money;pubusedyn_money::DynMoney;#[allow(clippy::module_inception)]modobj_money;pubuseobj_money::{ObjCurrency, ObjMoney, register_currency};#[cfg(test)]modobj_money_test;