diff options
Diffstat (limited to 'src/countries.rs')
| -rw-r--r-- | src/countries.rs | 481 |
1 files changed, 481 insertions, 0 deletions
diff --git a/src/countries.rs b/src/countries.rs new file mode 100644 index 000000000..fa1e8cace --- /dev/null +++ b/src/countries.rs | |||
| @@ -0,0 +1,481 @@ | |||
| 1 | #![allow(unused)] | ||
| 2 | |||
| 3 | pub struct Country { | ||
| 4 | pub code: [u8; 2], | ||
| 5 | pub rev: u16, | ||
| 6 | } | ||
| 7 | |||
| 8 | /// AF Afghanistan | ||
| 9 | pub const AFGHANISTAN: Country = Country { code: *b"AF", rev: 0 }; | ||
| 10 | /// AL Albania | ||
| 11 | pub const ALBANIA: Country = Country { code: *b"AL", rev: 0 }; | ||
| 12 | /// DZ Algeria | ||
| 13 | pub const ALGERIA: Country = Country { code: *b"DZ", rev: 0 }; | ||
| 14 | /// AS American_Samoa | ||
| 15 | pub const AMERICAN_SAMOA: Country = Country { code: *b"AS", rev: 0 }; | ||
| 16 | /// AO Angola | ||
| 17 | pub const ANGOLA: Country = Country { code: *b"AO", rev: 0 }; | ||
| 18 | /// AI Anguilla | ||
| 19 | pub const ANGUILLA: Country = Country { code: *b"AI", rev: 0 }; | ||
| 20 | /// AG Antigua_and_Barbuda | ||
| 21 | pub const ANTIGUA_AND_BARBUDA: Country = Country { code: *b"AG", rev: 0 }; | ||
| 22 | /// AR Argentina | ||
| 23 | pub const ARGENTINA: Country = Country { code: *b"AR", rev: 0 }; | ||
| 24 | /// AM Armenia | ||
| 25 | pub const ARMENIA: Country = Country { code: *b"AM", rev: 0 }; | ||
| 26 | /// AW Aruba | ||
| 27 | pub const ARUBA: Country = Country { code: *b"AW", rev: 0 }; | ||
| 28 | /// AU Australia | ||
| 29 | pub const AUSTRALIA: Country = Country { code: *b"AU", rev: 0 }; | ||
| 30 | /// AT Austria | ||
| 31 | pub const AUSTRIA: Country = Country { code: *b"AT", rev: 0 }; | ||
| 32 | /// AZ Azerbaijan | ||
| 33 | pub const AZERBAIJAN: Country = Country { code: *b"AZ", rev: 0 }; | ||
| 34 | /// BS Bahamas | ||
| 35 | pub const BAHAMAS: Country = Country { code: *b"BS", rev: 0 }; | ||
| 36 | /// BH Bahrain | ||
| 37 | pub const BAHRAIN: Country = Country { code: *b"BH", rev: 0 }; | ||
| 38 | /// 0B Baker_Island | ||
| 39 | pub const BAKER_ISLAND: Country = Country { code: *b"0B", rev: 0 }; | ||
| 40 | /// BD Bangladesh | ||
| 41 | pub const BANGLADESH: Country = Country { code: *b"BD", rev: 0 }; | ||
| 42 | /// BB Barbados | ||
| 43 | pub const BARBADOS: Country = Country { code: *b"BB", rev: 0 }; | ||
| 44 | /// BY Belarus | ||
| 45 | pub const BELARUS: Country = Country { code: *b"BY", rev: 0 }; | ||
| 46 | /// BE Belgium | ||
| 47 | pub const BELGIUM: Country = Country { code: *b"BE", rev: 0 }; | ||
| 48 | /// BZ Belize | ||
| 49 | pub const BELIZE: Country = Country { code: *b"BZ", rev: 0 }; | ||
| 50 | /// BJ Benin | ||
| 51 | pub const BENIN: Country = Country { code: *b"BJ", rev: 0 }; | ||
| 52 | /// BM Bermuda | ||
| 53 | pub const BERMUDA: Country = Country { code: *b"BM", rev: 0 }; | ||
| 54 | /// BT Bhutan | ||
| 55 | pub const BHUTAN: Country = Country { code: *b"BT", rev: 0 }; | ||
| 56 | /// BO Bolivia | ||
| 57 | pub const BOLIVIA: Country = Country { code: *b"BO", rev: 0 }; | ||
| 58 | /// BA Bosnia_and_Herzegovina | ||
| 59 | pub const BOSNIA_AND_HERZEGOVINA: Country = Country { code: *b"BA", rev: 0 }; | ||
| 60 | /// BW Botswana | ||
| 61 | pub const BOTSWANA: Country = Country { code: *b"BW", rev: 0 }; | ||
| 62 | /// BR Brazil | ||
| 63 | pub const BRAZIL: Country = Country { code: *b"BR", rev: 0 }; | ||
| 64 | /// IO British_Indian_Ocean_Territory | ||
| 65 | pub const BRITISH_INDIAN_OCEAN_TERRITORY: Country = Country { code: *b"IO", rev: 0 }; | ||
| 66 | /// BN Brunei_Darussalam | ||
| 67 | pub const BRUNEI_DARUSSALAM: Country = Country { code: *b"BN", rev: 0 }; | ||
| 68 | /// BG Bulgaria | ||
| 69 | pub const BULGARIA: Country = Country { code: *b"BG", rev: 0 }; | ||
| 70 | /// BF Burkina_Faso | ||
| 71 | pub const BURKINA_FASO: Country = Country { code: *b"BF", rev: 0 }; | ||
| 72 | /// BI Burundi | ||
| 73 | pub const BURUNDI: Country = Country { code: *b"BI", rev: 0 }; | ||
| 74 | /// KH Cambodia | ||
| 75 | pub const CAMBODIA: Country = Country { code: *b"KH", rev: 0 }; | ||
| 76 | /// CM Cameroon | ||
| 77 | pub const CAMEROON: Country = Country { code: *b"CM", rev: 0 }; | ||
| 78 | /// CA Canada | ||
| 79 | pub const CANADA: Country = Country { code: *b"CA", rev: 0 }; | ||
| 80 | /// CA Canada Revision 950 | ||
| 81 | pub const CANADA_REV950: Country = Country { code: *b"CA", rev: 950 }; | ||
| 82 | /// CV Cape_Verde | ||
| 83 | pub const CAPE_VERDE: Country = Country { code: *b"CV", rev: 0 }; | ||
| 84 | /// KY Cayman_Islands | ||
| 85 | pub const CAYMAN_ISLANDS: Country = Country { code: *b"KY", rev: 0 }; | ||
| 86 | /// CF Central_African_Republic | ||
| 87 | pub const CENTRAL_AFRICAN_REPUBLIC: Country = Country { code: *b"CF", rev: 0 }; | ||
| 88 | /// TD Chad | ||
| 89 | pub const CHAD: Country = Country { code: *b"TD", rev: 0 }; | ||
| 90 | /// CL Chile | ||
| 91 | pub const CHILE: Country = Country { code: *b"CL", rev: 0 }; | ||
| 92 | /// CN China | ||
| 93 | pub const CHINA: Country = Country { code: *b"CN", rev: 0 }; | ||
| 94 | /// CX Christmas_Island | ||
| 95 | pub const CHRISTMAS_ISLAND: Country = Country { code: *b"CX", rev: 0 }; | ||
| 96 | /// CO Colombia | ||
| 97 | pub const COLOMBIA: Country = Country { code: *b"CO", rev: 0 }; | ||
| 98 | /// KM Comoros | ||
| 99 | pub const COMOROS: Country = Country { code: *b"KM", rev: 0 }; | ||
| 100 | /// CG Congo | ||
| 101 | pub const CONGO: Country = Country { code: *b"CG", rev: 0 }; | ||
| 102 | /// CD Congo,_The_Democratic_Republic_Of_The | ||
| 103 | pub const CONGO_THE_DEMOCRATIC_REPUBLIC_OF_THE: Country = Country { code: *b"CD", rev: 0 }; | ||
| 104 | /// CR Costa_Rica | ||
| 105 | pub const COSTA_RICA: Country = Country { code: *b"CR", rev: 0 }; | ||
| 106 | /// CI Cote_D'ivoire | ||
| 107 | pub const COTE_DIVOIRE: Country = Country { code: *b"CI", rev: 0 }; | ||
| 108 | /// HR Croatia | ||
| 109 | pub const CROATIA: Country = Country { code: *b"HR", rev: 0 }; | ||
| 110 | /// CU Cuba | ||
| 111 | pub const CUBA: Country = Country { code: *b"CU", rev: 0 }; | ||
| 112 | /// CY Cyprus | ||
| 113 | pub const CYPRUS: Country = Country { code: *b"CY", rev: 0 }; | ||
| 114 | /// CZ Czech_Republic | ||
| 115 | pub const CZECH_REPUBLIC: Country = Country { code: *b"CZ", rev: 0 }; | ||
| 116 | /// DK Denmark | ||
| 117 | pub const DENMARK: Country = Country { code: *b"DK", rev: 0 }; | ||
| 118 | /// DJ Djibouti | ||
| 119 | pub const DJIBOUTI: Country = Country { code: *b"DJ", rev: 0 }; | ||
| 120 | /// DM Dominica | ||
| 121 | pub const DOMINICA: Country = Country { code: *b"DM", rev: 0 }; | ||
| 122 | /// DO Dominican_Republic | ||
| 123 | pub const DOMINICAN_REPUBLIC: Country = Country { code: *b"DO", rev: 0 }; | ||
| 124 | /// AU G'Day mate! | ||
| 125 | pub const DOWN_UNDER: Country = Country { code: *b"AU", rev: 0 }; | ||
| 126 | /// EC Ecuador | ||
| 127 | pub const ECUADOR: Country = Country { code: *b"EC", rev: 0 }; | ||
| 128 | /// EG Egypt | ||
| 129 | pub const EGYPT: Country = Country { code: *b"EG", rev: 0 }; | ||
| 130 | /// SV El_Salvador | ||
| 131 | pub const EL_SALVADOR: Country = Country { code: *b"SV", rev: 0 }; | ||
| 132 | /// GQ Equatorial_Guinea | ||
| 133 | pub const EQUATORIAL_GUINEA: Country = Country { code: *b"GQ", rev: 0 }; | ||
| 134 | /// ER Eritrea | ||
| 135 | pub const ERITREA: Country = Country { code: *b"ER", rev: 0 }; | ||
| 136 | /// EE Estonia | ||
| 137 | pub const ESTONIA: Country = Country { code: *b"EE", rev: 0 }; | ||
| 138 | /// ET Ethiopia | ||
| 139 | pub const ETHIOPIA: Country = Country { code: *b"ET", rev: 0 }; | ||
| 140 | /// FK Falkland_Islands_(Malvinas) | ||
| 141 | pub const FALKLAND_ISLANDS_MALVINAS: Country = Country { code: *b"FK", rev: 0 }; | ||
| 142 | /// FO Faroe_Islands | ||
| 143 | pub const FAROE_ISLANDS: Country = Country { code: *b"FO", rev: 0 }; | ||
| 144 | /// FJ Fiji | ||
| 145 | pub const FIJI: Country = Country { code: *b"FJ", rev: 0 }; | ||
| 146 | /// FI Finland | ||
| 147 | pub const FINLAND: Country = Country { code: *b"FI", rev: 0 }; | ||
| 148 | /// FR France | ||
| 149 | pub const FRANCE: Country = Country { code: *b"FR", rev: 0 }; | ||
| 150 | /// GF French_Guina | ||
| 151 | pub const FRENCH_GUINA: Country = Country { code: *b"GF", rev: 0 }; | ||
| 152 | /// PF French_Polynesia | ||
| 153 | pub const FRENCH_POLYNESIA: Country = Country { code: *b"PF", rev: 0 }; | ||
| 154 | /// TF French_Southern_Territories | ||
| 155 | pub const FRENCH_SOUTHERN_TERRITORIES: Country = Country { code: *b"TF", rev: 0 }; | ||
| 156 | /// GA Gabon | ||
| 157 | pub const GABON: Country = Country { code: *b"GA", rev: 0 }; | ||
| 158 | /// GM Gambia | ||
| 159 | pub const GAMBIA: Country = Country { code: *b"GM", rev: 0 }; | ||
| 160 | /// GE Georgia | ||
| 161 | pub const GEORGIA: Country = Country { code: *b"GE", rev: 0 }; | ||
| 162 | /// DE Germany | ||
| 163 | pub const GERMANY: Country = Country { code: *b"DE", rev: 0 }; | ||
| 164 | /// E0 European_Wide Revision 895 | ||
| 165 | pub const EUROPEAN_WIDE_REV895: Country = Country { code: *b"E0", rev: 895 }; | ||
| 166 | /// GH Ghana | ||
| 167 | pub const GHANA: Country = Country { code: *b"GH", rev: 0 }; | ||
| 168 | /// GI Gibraltar | ||
| 169 | pub const GIBRALTAR: Country = Country { code: *b"GI", rev: 0 }; | ||
| 170 | /// GR Greece | ||
| 171 | pub const GREECE: Country = Country { code: *b"GR", rev: 0 }; | ||
| 172 | /// GD Grenada | ||
| 173 | pub const GRENADA: Country = Country { code: *b"GD", rev: 0 }; | ||
| 174 | /// GP Guadeloupe | ||
| 175 | pub const GUADELOUPE: Country = Country { code: *b"GP", rev: 0 }; | ||
| 176 | /// GU Guam | ||
| 177 | pub const GUAM: Country = Country { code: *b"GU", rev: 0 }; | ||
| 178 | /// GT Guatemala | ||
| 179 | pub const GUATEMALA: Country = Country { code: *b"GT", rev: 0 }; | ||
| 180 | /// GG Guernsey | ||
| 181 | pub const GUERNSEY: Country = Country { code: *b"GG", rev: 0 }; | ||
| 182 | /// GN Guinea | ||
| 183 | pub const GUINEA: Country = Country { code: *b"GN", rev: 0 }; | ||
| 184 | /// GW Guinea-bissau | ||
| 185 | pub const GUINEA_BISSAU: Country = Country { code: *b"GW", rev: 0 }; | ||
| 186 | /// GY Guyana | ||
| 187 | pub const GUYANA: Country = Country { code: *b"GY", rev: 0 }; | ||
| 188 | /// HT Haiti | ||
| 189 | pub const HAITI: Country = Country { code: *b"HT", rev: 0 }; | ||
| 190 | /// VA Holy_See_(Vatican_City_State) | ||
| 191 | pub const HOLY_SEE_VATICAN_CITY_STATE: Country = Country { code: *b"VA", rev: 0 }; | ||
| 192 | /// HN Honduras | ||
| 193 | pub const HONDURAS: Country = Country { code: *b"HN", rev: 0 }; | ||
| 194 | /// HK Hong_Kong | ||
| 195 | pub const HONG_KONG: Country = Country { code: *b"HK", rev: 0 }; | ||
| 196 | /// HU Hungary | ||
| 197 | pub const HUNGARY: Country = Country { code: *b"HU", rev: 0 }; | ||
| 198 | /// IS Iceland | ||
| 199 | pub const ICELAND: Country = Country { code: *b"IS", rev: 0 }; | ||
| 200 | /// IN India | ||
| 201 | pub const INDIA: Country = Country { code: *b"IN", rev: 0 }; | ||
| 202 | /// ID Indonesia | ||
| 203 | pub const INDONESIA: Country = Country { code: *b"ID", rev: 0 }; | ||
| 204 | /// IR Iran,_Islamic_Republic_Of | ||
| 205 | pub const IRAN_ISLAMIC_REPUBLIC_OF: Country = Country { code: *b"IR", rev: 0 }; | ||
| 206 | /// IQ Iraq | ||
| 207 | pub const IRAQ: Country = Country { code: *b"IQ", rev: 0 }; | ||
| 208 | /// IE Ireland | ||
| 209 | pub const IRELAND: Country = Country { code: *b"IE", rev: 0 }; | ||
| 210 | /// IL Israel | ||
| 211 | pub const ISRAEL: Country = Country { code: *b"IL", rev: 0 }; | ||
| 212 | /// IT Italy | ||
| 213 | pub const ITALY: Country = Country { code: *b"IT", rev: 0 }; | ||
| 214 | /// JM Jamaica | ||
| 215 | pub const JAMAICA: Country = Country { code: *b"JM", rev: 0 }; | ||
| 216 | /// JP Japan | ||
| 217 | pub const JAPAN: Country = Country { code: *b"JP", rev: 0 }; | ||
| 218 | /// JE Jersey | ||
| 219 | pub const JERSEY: Country = Country { code: *b"JE", rev: 0 }; | ||
| 220 | /// JO Jordan | ||
| 221 | pub const JORDAN: Country = Country { code: *b"JO", rev: 0 }; | ||
| 222 | /// KZ Kazakhstan | ||
| 223 | pub const KAZAKHSTAN: Country = Country { code: *b"KZ", rev: 0 }; | ||
| 224 | /// KE Kenya | ||
| 225 | pub const KENYA: Country = Country { code: *b"KE", rev: 0 }; | ||
| 226 | /// KI Kiribati | ||
| 227 | pub const KIRIBATI: Country = Country { code: *b"KI", rev: 0 }; | ||
| 228 | /// KR Korea,_Republic_Of | ||
| 229 | pub const KOREA_REPUBLIC_OF: Country = Country { code: *b"KR", rev: 1 }; | ||
| 230 | /// 0A Kosovo | ||
| 231 | pub const KOSOVO: Country = Country { code: *b"0A", rev: 0 }; | ||
| 232 | /// KW Kuwait | ||
| 233 | pub const KUWAIT: Country = Country { code: *b"KW", rev: 0 }; | ||
| 234 | /// KG Kyrgyzstan | ||
| 235 | pub const KYRGYZSTAN: Country = Country { code: *b"KG", rev: 0 }; | ||
| 236 | /// LA Lao_People's_Democratic_Repubic | ||
| 237 | pub const LAO_PEOPLES_DEMOCRATIC_REPUBIC: Country = Country { code: *b"LA", rev: 0 }; | ||
| 238 | /// LV Latvia | ||
| 239 | pub const LATVIA: Country = Country { code: *b"LV", rev: 0 }; | ||
| 240 | /// LB Lebanon | ||
| 241 | pub const LEBANON: Country = Country { code: *b"LB", rev: 0 }; | ||
| 242 | /// LS Lesotho | ||
| 243 | pub const LESOTHO: Country = Country { code: *b"LS", rev: 0 }; | ||
| 244 | /// LR Liberia | ||
| 245 | pub const LIBERIA: Country = Country { code: *b"LR", rev: 0 }; | ||
| 246 | /// LY Libyan_Arab_Jamahiriya | ||
| 247 | pub const LIBYAN_ARAB_JAMAHIRIYA: Country = Country { code: *b"LY", rev: 0 }; | ||
| 248 | /// LI Liechtenstein | ||
| 249 | pub const LIECHTENSTEIN: Country = Country { code: *b"LI", rev: 0 }; | ||
| 250 | /// LT Lithuania | ||
| 251 | pub const LITHUANIA: Country = Country { code: *b"LT", rev: 0 }; | ||
| 252 | /// LU Luxembourg | ||
| 253 | pub const LUXEMBOURG: Country = Country { code: *b"LU", rev: 0 }; | ||
| 254 | /// MO Macao | ||
| 255 | pub const MACAO: Country = Country { code: *b"MO", rev: 0 }; | ||
| 256 | /// MK Macedonia,_Former_Yugoslav_Republic_Of | ||
| 257 | pub const MACEDONIA_FORMER_YUGOSLAV_REPUBLIC_OF: Country = Country { code: *b"MK", rev: 0 }; | ||
| 258 | /// MG Madagascar | ||
| 259 | pub const MADAGASCAR: Country = Country { code: *b"MG", rev: 0 }; | ||
| 260 | /// MW Malawi | ||
| 261 | pub const MALAWI: Country = Country { code: *b"MW", rev: 0 }; | ||
| 262 | /// MY Malaysia | ||
| 263 | pub const MALAYSIA: Country = Country { code: *b"MY", rev: 0 }; | ||
| 264 | /// MV Maldives | ||
| 265 | pub const MALDIVES: Country = Country { code: *b"MV", rev: 0 }; | ||
| 266 | /// ML Mali | ||
| 267 | pub const MALI: Country = Country { code: *b"ML", rev: 0 }; | ||
| 268 | /// MT Malta | ||
| 269 | pub const MALTA: Country = Country { code: *b"MT", rev: 0 }; | ||
| 270 | /// IM Man,_Isle_Of | ||
| 271 | pub const MAN_ISLE_OF: Country = Country { code: *b"IM", rev: 0 }; | ||
| 272 | /// MQ Martinique | ||
| 273 | pub const MARTINIQUE: Country = Country { code: *b"MQ", rev: 0 }; | ||
| 274 | /// MR Mauritania | ||
| 275 | pub const MAURITANIA: Country = Country { code: *b"MR", rev: 0 }; | ||
| 276 | /// MU Mauritius | ||
| 277 | pub const MAURITIUS: Country = Country { code: *b"MU", rev: 0 }; | ||
| 278 | /// YT Mayotte | ||
| 279 | pub const MAYOTTE: Country = Country { code: *b"YT", rev: 0 }; | ||
| 280 | /// MX Mexico | ||
| 281 | pub const MEXICO: Country = Country { code: *b"MX", rev: 0 }; | ||
| 282 | /// FM Micronesia,_Federated_States_Of | ||
| 283 | pub const MICRONESIA_FEDERATED_STATES_OF: Country = Country { code: *b"FM", rev: 0 }; | ||
| 284 | /// MD Moldova,_Republic_Of | ||
| 285 | pub const MOLDOVA_REPUBLIC_OF: Country = Country { code: *b"MD", rev: 0 }; | ||
| 286 | /// MC Monaco | ||
| 287 | pub const MONACO: Country = Country { code: *b"MC", rev: 0 }; | ||
| 288 | /// MN Mongolia | ||
| 289 | pub const MONGOLIA: Country = Country { code: *b"MN", rev: 0 }; | ||
| 290 | /// ME Montenegro | ||
| 291 | pub const MONTENEGRO: Country = Country { code: *b"ME", rev: 0 }; | ||
| 292 | /// MS Montserrat | ||
| 293 | pub const MONTSERRAT: Country = Country { code: *b"MS", rev: 0 }; | ||
| 294 | /// MA Morocco | ||
| 295 | pub const MOROCCO: Country = Country { code: *b"MA", rev: 0 }; | ||
| 296 | /// MZ Mozambique | ||
| 297 | pub const MOZAMBIQUE: Country = Country { code: *b"MZ", rev: 0 }; | ||
| 298 | /// MM Myanmar | ||
| 299 | pub const MYANMAR: Country = Country { code: *b"MM", rev: 0 }; | ||
| 300 | /// NA Namibia | ||
| 301 | pub const NAMIBIA: Country = Country { code: *b"NA", rev: 0 }; | ||
| 302 | /// NR Nauru | ||
| 303 | pub const NAURU: Country = Country { code: *b"NR", rev: 0 }; | ||
| 304 | /// NP Nepal | ||
| 305 | pub const NEPAL: Country = Country { code: *b"NP", rev: 0 }; | ||
| 306 | /// NL Netherlands | ||
| 307 | pub const NETHERLANDS: Country = Country { code: *b"NL", rev: 0 }; | ||
| 308 | /// AN Netherlands_Antilles | ||
| 309 | pub const NETHERLANDS_ANTILLES: Country = Country { code: *b"AN", rev: 0 }; | ||
| 310 | /// NC New_Caledonia | ||
| 311 | pub const NEW_CALEDONIA: Country = Country { code: *b"NC", rev: 0 }; | ||
| 312 | /// NZ New_Zealand | ||
| 313 | pub const NEW_ZEALAND: Country = Country { code: *b"NZ", rev: 0 }; | ||
| 314 | /// NI Nicaragua | ||
| 315 | pub const NICARAGUA: Country = Country { code: *b"NI", rev: 0 }; | ||
| 316 | /// NE Niger | ||
| 317 | pub const NIGER: Country = Country { code: *b"NE", rev: 0 }; | ||
| 318 | /// NG Nigeria | ||
| 319 | pub const NIGERIA: Country = Country { code: *b"NG", rev: 0 }; | ||
| 320 | /// NF Norfolk_Island | ||
| 321 | pub const NORFOLK_ISLAND: Country = Country { code: *b"NF", rev: 0 }; | ||
| 322 | /// MP Northern_Mariana_Islands | ||
| 323 | pub const NORTHERN_MARIANA_ISLANDS: Country = Country { code: *b"MP", rev: 0 }; | ||
| 324 | /// NO Norway | ||
| 325 | pub const NORWAY: Country = Country { code: *b"NO", rev: 0 }; | ||
| 326 | /// OM Oman | ||
| 327 | pub const OMAN: Country = Country { code: *b"OM", rev: 0 }; | ||
| 328 | /// PK Pakistan | ||
| 329 | pub const PAKISTAN: Country = Country { code: *b"PK", rev: 0 }; | ||
| 330 | /// PW Palau | ||
| 331 | pub const PALAU: Country = Country { code: *b"PW", rev: 0 }; | ||
| 332 | /// PA Panama | ||
| 333 | pub const PANAMA: Country = Country { code: *b"PA", rev: 0 }; | ||
| 334 | /// PG Papua_New_Guinea | ||
| 335 | pub const PAPUA_NEW_GUINEA: Country = Country { code: *b"PG", rev: 0 }; | ||
| 336 | /// PY Paraguay | ||
| 337 | pub const PARAGUAY: Country = Country { code: *b"PY", rev: 0 }; | ||
| 338 | /// PE Peru | ||
| 339 | pub const PERU: Country = Country { code: *b"PE", rev: 0 }; | ||
| 340 | /// PH Philippines | ||
| 341 | pub const PHILIPPINES: Country = Country { code: *b"PH", rev: 0 }; | ||
| 342 | /// PL Poland | ||
| 343 | pub const POLAND: Country = Country { code: *b"PL", rev: 0 }; | ||
| 344 | /// PT Portugal | ||
| 345 | pub const PORTUGAL: Country = Country { code: *b"PT", rev: 0 }; | ||
| 346 | /// PR Pueto_Rico | ||
| 347 | pub const PUETO_RICO: Country = Country { code: *b"PR", rev: 0 }; | ||
| 348 | /// QA Qatar | ||
| 349 | pub const QATAR: Country = Country { code: *b"QA", rev: 0 }; | ||
| 350 | /// RE Reunion | ||
| 351 | pub const REUNION: Country = Country { code: *b"RE", rev: 0 }; | ||
| 352 | /// RO Romania | ||
| 353 | pub const ROMANIA: Country = Country { code: *b"RO", rev: 0 }; | ||
| 354 | /// RU Russian_Federation | ||
| 355 | pub const RUSSIAN_FEDERATION: Country = Country { code: *b"RU", rev: 0 }; | ||
| 356 | /// RW Rwanda | ||
| 357 | pub const RWANDA: Country = Country { code: *b"RW", rev: 0 }; | ||
| 358 | /// KN Saint_Kitts_and_Nevis | ||
| 359 | pub const SAINT_KITTS_AND_NEVIS: Country = Country { code: *b"KN", rev: 0 }; | ||
| 360 | /// LC Saint_Lucia | ||
| 361 | pub const SAINT_LUCIA: Country = Country { code: *b"LC", rev: 0 }; | ||
| 362 | /// PM Saint_Pierre_and_Miquelon | ||
| 363 | pub const SAINT_PIERRE_AND_MIQUELON: Country = Country { code: *b"PM", rev: 0 }; | ||
| 364 | /// VC Saint_Vincent_and_The_Grenadines | ||
| 365 | pub const SAINT_VINCENT_AND_THE_GRENADINES: Country = Country { code: *b"VC", rev: 0 }; | ||
| 366 | /// WS Samoa | ||
| 367 | pub const SAMOA: Country = Country { code: *b"WS", rev: 0 }; | ||
| 368 | /// MF Sanit_Martin_/_Sint_Marteen | ||
| 369 | pub const SANIT_MARTIN_SINT_MARTEEN: Country = Country { code: *b"MF", rev: 0 }; | ||
| 370 | /// ST Sao_Tome_and_Principe | ||
| 371 | pub const SAO_TOME_AND_PRINCIPE: Country = Country { code: *b"ST", rev: 0 }; | ||
| 372 | /// SA Saudi_Arabia | ||
| 373 | pub const SAUDI_ARABIA: Country = Country { code: *b"SA", rev: 0 }; | ||
| 374 | /// SN Senegal | ||
| 375 | pub const SENEGAL: Country = Country { code: *b"SN", rev: 0 }; | ||
| 376 | /// RS Serbia | ||
| 377 | pub const SERBIA: Country = Country { code: *b"RS", rev: 0 }; | ||
| 378 | /// SC Seychelles | ||
| 379 | pub const SEYCHELLES: Country = Country { code: *b"SC", rev: 0 }; | ||
| 380 | /// SL Sierra_Leone | ||
| 381 | pub const SIERRA_LEONE: Country = Country { code: *b"SL", rev: 0 }; | ||
| 382 | /// SG Singapore | ||
| 383 | pub const SINGAPORE: Country = Country { code: *b"SG", rev: 0 }; | ||
| 384 | /// SK Slovakia | ||
| 385 | pub const SLOVAKIA: Country = Country { code: *b"SK", rev: 0 }; | ||
| 386 | /// SI Slovenia | ||
| 387 | pub const SLOVENIA: Country = Country { code: *b"SI", rev: 0 }; | ||
| 388 | /// SB Solomon_Islands | ||
| 389 | pub const SOLOMON_ISLANDS: Country = Country { code: *b"SB", rev: 0 }; | ||
| 390 | /// SO Somalia | ||
| 391 | pub const SOMALIA: Country = Country { code: *b"SO", rev: 0 }; | ||
| 392 | /// ZA South_Africa | ||
| 393 | pub const SOUTH_AFRICA: Country = Country { code: *b"ZA", rev: 0 }; | ||
| 394 | /// ES Spain | ||
| 395 | pub const SPAIN: Country = Country { code: *b"ES", rev: 0 }; | ||
| 396 | /// LK Sri_Lanka | ||
| 397 | pub const SRI_LANKA: Country = Country { code: *b"LK", rev: 0 }; | ||
| 398 | /// SR Suriname | ||
| 399 | pub const SURINAME: Country = Country { code: *b"SR", rev: 0 }; | ||
| 400 | /// SZ Swaziland | ||
| 401 | pub const SWAZILAND: Country = Country { code: *b"SZ", rev: 0 }; | ||
| 402 | /// SE Sweden | ||
| 403 | pub const SWEDEN: Country = Country { code: *b"SE", rev: 0 }; | ||
| 404 | /// CH Switzerland | ||
| 405 | pub const SWITZERLAND: Country = Country { code: *b"CH", rev: 0 }; | ||
| 406 | /// SY Syrian_Arab_Republic | ||
| 407 | pub const SYRIAN_ARAB_REPUBLIC: Country = Country { code: *b"SY", rev: 0 }; | ||
| 408 | /// TW Taiwan,_Province_Of_China | ||
| 409 | pub const TAIWAN_PROVINCE_OF_CHINA: Country = Country { code: *b"TW", rev: 0 }; | ||
| 410 | /// TJ Tajikistan | ||
| 411 | pub const TAJIKISTAN: Country = Country { code: *b"TJ", rev: 0 }; | ||
| 412 | /// TZ Tanzania,_United_Republic_Of | ||
| 413 | pub const TANZANIA_UNITED_REPUBLIC_OF: Country = Country { code: *b"TZ", rev: 0 }; | ||
| 414 | /// TH Thailand | ||
| 415 | pub const THAILAND: Country = Country { code: *b"TH", rev: 0 }; | ||
| 416 | /// TG Togo | ||
| 417 | pub const TOGO: Country = Country { code: *b"TG", rev: 0 }; | ||
| 418 | /// TO Tonga | ||
| 419 | pub const TONGA: Country = Country { code: *b"TO", rev: 0 }; | ||
| 420 | /// TT Trinidad_and_Tobago | ||
| 421 | pub const TRINIDAD_AND_TOBAGO: Country = Country { code: *b"TT", rev: 0 }; | ||
| 422 | /// TN Tunisia | ||
| 423 | pub const TUNISIA: Country = Country { code: *b"TN", rev: 0 }; | ||
| 424 | /// TR Turkey | ||
| 425 | pub const TURKEY: Country = Country { code: *b"TR", rev: 0 }; | ||
| 426 | /// TM Turkmenistan | ||
| 427 | pub const TURKMENISTAN: Country = Country { code: *b"TM", rev: 0 }; | ||
| 428 | /// TC Turks_and_Caicos_Islands | ||
| 429 | pub const TURKS_AND_CAICOS_ISLANDS: Country = Country { code: *b"TC", rev: 0 }; | ||
| 430 | /// TV Tuvalu | ||
| 431 | pub const TUVALU: Country = Country { code: *b"TV", rev: 0 }; | ||
| 432 | /// UG Uganda | ||
| 433 | pub const UGANDA: Country = Country { code: *b"UG", rev: 0 }; | ||
| 434 | /// UA Ukraine | ||
| 435 | pub const UKRAINE: Country = Country { code: *b"UA", rev: 0 }; | ||
| 436 | /// AE United_Arab_Emirates | ||
| 437 | pub const UNITED_ARAB_EMIRATES: Country = Country { code: *b"AE", rev: 0 }; | ||
| 438 | /// GB United_Kingdom | ||
| 439 | pub const UNITED_KINGDOM: Country = Country { code: *b"GB", rev: 0 }; | ||
| 440 | /// US United_States | ||
| 441 | pub const UNITED_STATES: Country = Country { code: *b"US", rev: 0 }; | ||
| 442 | /// US United_States Revision 4 | ||
| 443 | pub const UNITED_STATES_REV4: Country = Country { code: *b"US", rev: 4 }; | ||
| 444 | /// Q1 United_States Revision 931 | ||
| 445 | pub const UNITED_STATES_REV931: Country = Country { code: *b"Q1", rev: 931 }; | ||
| 446 | /// Q2 United_States_(No_DFS) | ||
| 447 | pub const UNITED_STATES_NO_DFS: Country = Country { code: *b"Q2", rev: 0 }; | ||
| 448 | /// UM United_States_Minor_Outlying_Islands | ||
| 449 | pub const UNITED_STATES_MINOR_OUTLYING_ISLANDS: Country = Country { code: *b"UM", rev: 0 }; | ||
| 450 | /// UY Uruguay | ||
| 451 | pub const URUGUAY: Country = Country { code: *b"UY", rev: 0 }; | ||
| 452 | /// UZ Uzbekistan | ||
| 453 | pub const UZBEKISTAN: Country = Country { code: *b"UZ", rev: 0 }; | ||
| 454 | /// VU Vanuatu | ||
| 455 | pub const VANUATU: Country = Country { code: *b"VU", rev: 0 }; | ||
| 456 | /// VE Venezuela | ||
| 457 | pub const VENEZUELA: Country = Country { code: *b"VE", rev: 0 }; | ||
| 458 | /// VN Viet_Nam | ||
| 459 | pub const VIET_NAM: Country = Country { code: *b"VN", rev: 0 }; | ||
| 460 | /// VG Virgin_Islands,_British | ||
| 461 | pub const VIRGIN_ISLANDS_BRITISH: Country = Country { code: *b"VG", rev: 0 }; | ||
| 462 | /// VI Virgin_Islands,_U.S. | ||
| 463 | pub const VIRGIN_ISLANDS_US: Country = Country { code: *b"VI", rev: 0 }; | ||
| 464 | /// WF Wallis_and_Futuna | ||
| 465 | pub const WALLIS_AND_FUTUNA: Country = Country { code: *b"WF", rev: 0 }; | ||
| 466 | /// 0C West_Bank | ||
| 467 | pub const WEST_BANK: Country = Country { code: *b"0C", rev: 0 }; | ||
| 468 | /// EH Western_Sahara | ||
| 469 | pub const WESTERN_SAHARA: Country = Country { code: *b"EH", rev: 0 }; | ||
| 470 | /// Worldwide Locale Revision 983 | ||
| 471 | pub const WORLD_WIDE_XV_REV983: Country = Country { code: *b"XV", rev: 983 }; | ||
| 472 | /// Worldwide Locale (passive Ch12-14) | ||
| 473 | pub const WORLD_WIDE_XX: Country = Country { code: *b"XX", rev: 0 }; | ||
| 474 | /// Worldwide Locale (passive Ch12-14) Revision 17 | ||
| 475 | pub const WORLD_WIDE_XX_REV17: Country = Country { code: *b"XX", rev: 17 }; | ||
| 476 | /// YE Yemen | ||
| 477 | pub const YEMEN: Country = Country { code: *b"YE", rev: 0 }; | ||
| 478 | /// ZM Zambia | ||
| 479 | pub const ZAMBIA: Country = Country { code: *b"ZM", rev: 0 }; | ||
| 480 | /// ZW Zimbabwe | ||
| 481 | pub const ZIMBABWE: Country = Country { code: *b"ZW", rev: 0 }; | ||
