country-code 0.4.0

Country Code
Documentation
1
2
3
4
5
6
7
8
9
// cargo expand --verbose --all-features --test macro_country_code

country_code::country_code! {
    length = 2;
    #[derive(Debug, Clone)]
    pub enum MyCountryCode {
        CN,
    }
}