currency-code 0.3.0

Currency Code
Documentation
1
2
3
4
5
6
7
8
// cargo expand --verbose --all-features --test macro_currency_code

currency_code::currency_code! {
    #[derive(Debug, Clone)]
    pub enum MyCurrencyCode {
        USD,
    }
}