[][src]Module rusty_coin::rc::currency

Structs

Currency

Enums

CurrCode
CurrType

Functions

curr_parity

Function that checks a vector of values to ensure they're all of the same currency code. If not the same, then the program panics. If need to perform a calculation across multiple currency codes, then the user should perform a conversion prior to creating the vec to be passed into a financial calculation.