1
  2
  3
  4
  5
  6
  7
  8
  9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
// MIT License
//
//Copyright (c) 2018 Brett Russell
//
//Permission is hereby granted, free of charge, to any person obtaining a copy
//of this software and associated documentation files (the "Software"), to deal
//in the Software without restriction, including without limitation the rights
//to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
//copies of the Software, and to permit persons to whom the Software is
//furnished to do so, subject to the following conditions:
//
//The above copyright notice and this permission notice shall be included in all
//copies or substantial portions of the Software.
//
//THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
//IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
//FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
//AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
//LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
//OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
//SOFTWARE.

pub const ISO_A3_AFG: &'static str = "AFG";
pub const ISO_A3_ALA: &'static str = "ALA";
pub const ISO_A3_ALB: &'static str = "ALB";
pub const ISO_A3_DZA: &'static str = "DZA";
pub const ISO_A3_ASM: &'static str = "ASM";
pub const ISO_A3_AND: &'static str = "AND";
pub const ISO_A3_AGO: &'static str = "AGO";
pub const ISO_A3_AIA: &'static str = "AIA";
pub const ISO_A3_ATA: &'static str = "ATA";
pub const ISO_A3_ATG: &'static str = "ATG";
pub const ISO_A3_ARG: &'static str = "ARG";
pub const ISO_A3_ARM: &'static str = "ARM";
pub const ISO_A3_ABW: &'static str = "ABW";
pub const ISO_A3_AUS: &'static str = "AUS";
pub const ISO_A3_AUT: &'static str = "AUT";
pub const ISO_A3_AZE: &'static str = "AZE";
pub const ISO_A3_BHS: &'static str = "BHS";
pub const ISO_A3_BHR: &'static str = "BHR";
pub const ISO_A3_BGD: &'static str = "BGD";
pub const ISO_A3_BRB: &'static str = "BRB";
pub const ISO_A3_BLR: &'static str = "BLR";
pub const ISO_A3_BEL: &'static str = "BEL";
pub const ISO_A3_BLZ: &'static str = "BLZ";
pub const ISO_A3_BEN: &'static str = "BEN";
pub const ISO_A3_BMU: &'static str = "BMU";
pub const ISO_A3_BTN: &'static str = "BTN";
pub const ISO_A3_BOL: &'static str = "BOL";
pub const ISO_A3_BES: &'static str = "BES";
pub const ISO_A3_BIH: &'static str = "BIH";
pub const ISO_A3_BWA: &'static str = "BWA";
pub const ISO_A3_BVT: &'static str = "BVT";
pub const ISO_A3_BRA: &'static str = "BRA";
pub const ISO_A3_IOT: &'static str = "IOT";
pub const ISO_A3_BRN: &'static str = "BRN";
pub const ISO_A3_BGR: &'static str = "BGR";
pub const ISO_A3_BFA: &'static str = "BFA";
pub const ISO_A3_BDI: &'static str = "BDI";
pub const ISO_A3_CPV: &'static str = "CPV";
pub const ISO_A3_KHM: &'static str = "KHM";
pub const ISO_A3_CMR: &'static str = "CMR";
pub const ISO_A3_CAN: &'static str = "CAN";
pub const ISO_A3_CYM: &'static str = "CYM";
pub const ISO_A3_CAF: &'static str = "CAF";
pub const ISO_A3_TCD: &'static str = "TCD";
pub const ISO_A3_CHL: &'static str = "CHL";
pub const ISO_A3_CHN: &'static str = "CHN";
pub const ISO_A3_CXR: &'static str = "CXR";
pub const ISO_A3_CCK: &'static str = "CCK";
pub const ISO_A3_COL: &'static str = "COL";
pub const ISO_A3_COM: &'static str = "COM";
pub const ISO_A3_COG: &'static str = "COG";
pub const ISO_A3_COD: &'static str = "COD";
pub const ISO_A3_COK: &'static str = "COK";
pub const ISO_A3_CRI: &'static str = "CRI";
pub const ISO_A3_CIV: &'static str = "CIV";
pub const ISO_A3_HRV: &'static str = "HRV";
pub const ISO_A3_CUB: &'static str = "CUB";
pub const ISO_A3_CUW: &'static str = "CUW";
pub const ISO_A3_CYP: &'static str = "CYP";
pub const ISO_A3_CZE: &'static str = "CZE";
pub const ISO_A3_DNK: &'static str = "DNK";
pub const ISO_A3_DJI: &'static str = "DJI";
pub const ISO_A3_DMA: &'static str = "DMA";
pub const ISO_A3_DOM: &'static str = "DOM";
pub const ISO_A3_ECU: &'static str = "ECU";
pub const ISO_A3_EGY: &'static str = "EGY";
pub const ISO_A3_SLV: &'static str = "SLV";
pub const ISO_A3_GNQ: &'static str = "GNQ";
pub const ISO_A3_ERI: &'static str = "ERI";
pub const ISO_A3_EST: &'static str = "EST";
pub const ISO_A3_ETH: &'static str = "ETH";
pub const ISO_A3_FLK: &'static str = "FLK";
pub const ISO_A3_FRO: &'static str = "FRO";
pub const ISO_A3_FJI: &'static str = "FJI";
pub const ISO_A3_FIN: &'static str = "FIN";
pub const ISO_A3_FRA: &'static str = "FRA";
pub const ISO_A3_GUF: &'static str = "GUF";
pub const ISO_A3_PYF: &'static str = "PYF";
pub const ISO_A3_ATF: &'static str = "ATF";
pub const ISO_A3_GAB: &'static str = "GAB";
pub const ISO_A3_GMB: &'static str = "GMB";
pub const ISO_A3_GEO: &'static str = "GEO";
pub const ISO_A3_DEU: &'static str = "DEU";
pub const ISO_A3_GHA: &'static str = "GHA";
pub const ISO_A3_GIB: &'static str = "GIB";
pub const ISO_A3_GRC: &'static str = "GRC";
pub const ISO_A3_GRL: &'static str = "GRL";
pub const ISO_A3_GRD: &'static str = "GRD";
pub const ISO_A3_GLP: &'static str = "GLP";
pub const ISO_A3_GUM: &'static str = "GUM";
pub const ISO_A3_GTM: &'static str = "GTM";
pub const ISO_A3_GGY: &'static str = "GGY";
pub const ISO_A3_GIN: &'static str = "GIN";
pub const ISO_A3_GNB: &'static str = "GNB";
pub const ISO_A3_GUY: &'static str = "GUY";
pub const ISO_A3_HTI: &'static str = "HTI";
pub const ISO_A3_HMD: &'static str = "HMD";
pub const ISO_A3_VAT: &'static str = "VAT";
pub const ISO_A3_HND: &'static str = "HND";
pub const ISO_A3_HKG: &'static str = "HKG";
pub const ISO_A3_HUN: &'static str = "HUN";
pub const ISO_A3_ISL: &'static str = "ISL";
pub const ISO_A3_IND: &'static str = "IND";
pub const ISO_A3_IDN: &'static str = "IDN";
pub const ISO_A3_IRN: &'static str = "IRN";
pub const ISO_A3_IRQ: &'static str = "IRQ";
pub const ISO_A3_IRL: &'static str = "IRL";
pub const ISO_A3_IMN: &'static str = "IMN";
pub const ISO_A3_ISR: &'static str = "ISR";
pub const ISO_A3_ITA: &'static str = "ITA";
pub const ISO_A3_JAM: &'static str = "JAM";
pub const ISO_A3_JPN: &'static str = "JPN";
pub const ISO_A3_JEY: &'static str = "JEY";
pub const ISO_A3_JOR: &'static str = "JOR";
pub const ISO_A3_KAZ: &'static str = "KAZ";
pub const ISO_A3_KEN: &'static str = "KEN";
pub const ISO_A3_KIR: &'static str = "KIR";
pub const ISO_A3_PRK: &'static str = "PRK";
pub const ISO_A3_KOR: &'static str = "KOR";
pub const ISO_A3_KWT: &'static str = "KWT";
pub const ISO_A3_KGZ: &'static str = "KGZ";
pub const ISO_A3_LAO: &'static str = "LAO";
pub const ISO_A3_LVA: &'static str = "LVA";
pub const ISO_A3_LBN: &'static str = "LBN";
pub const ISO_A3_LSO: &'static str = "LSO";
pub const ISO_A3_LBR: &'static str = "LBR";
pub const ISO_A3_LBY: &'static str = "LBY";
pub const ISO_A3_LIE: &'static str = "LIE";
pub const ISO_A3_LTU: &'static str = "LTU";
pub const ISO_A3_LUX: &'static str = "LUX";
pub const ISO_A3_MAC: &'static str = "MAC";
pub const ISO_A3_MKD: &'static str = "MKD";
pub const ISO_A3_MDG: &'static str = "MDG";
pub const ISO_A3_MWI: &'static str = "MWI";
pub const ISO_A3_MYS: &'static str = "MYS";
pub const ISO_A3_MDV: &'static str = "MDV";
pub const ISO_A3_MLI: &'static str = "MLI";
pub const ISO_A3_MLT: &'static str = "MLT";
pub const ISO_A3_MHL: &'static str = "MHL";
pub const ISO_A3_MTQ: &'static str = "MTQ";
pub const ISO_A3_MRT: &'static str = "MRT";
pub const ISO_A3_MUS: &'static str = "MUS";
pub const ISO_A3_MYT: &'static str = "MYT";
pub const ISO_A3_MEX: &'static str = "MEX";
pub const ISO_A3_FSM: &'static str = "FSM";
pub const ISO_A3_MDA: &'static str = "MDA";
pub const ISO_A3_MCO: &'static str = "MCO";
pub const ISO_A3_MNG: &'static str = "MNG";
pub const ISO_A3_MNE: &'static str = "MNE";
pub const ISO_A3_MSR: &'static str = "MSR";
pub const ISO_A3_MAR: &'static str = "MAR";
pub const ISO_A3_MOZ: &'static str = "MOZ";
pub const ISO_A3_MMR: &'static str = "MMR";
pub const ISO_A3_NAM: &'static str = "NAM";
pub const ISO_A3_NRU: &'static str = "NRU";
pub const ISO_A3_NPL: &'static str = "NPL";
pub const ISO_A3_NLD: &'static str = "NLD";
pub const ISO_A3_NCL: &'static str = "NCL";
pub const ISO_A3_NZL: &'static str = "NZL";
pub const ISO_A3_NIC: &'static str = "NIC";
pub const ISO_A3_NER: &'static str = "NER";
pub const ISO_A3_NGA: &'static str = "NGA";
pub const ISO_A3_NIU: &'static str = "NIU";
pub const ISO_A3_NFK: &'static str = "NFK";
pub const ISO_A3_MNP: &'static str = "MNP";
pub const ISO_A3_NOR: &'static str = "NOR";
pub const ISO_A3_OMN: &'static str = "OMN";
pub const ISO_A3_PAK: &'static str = "PAK";
pub const ISO_A3_PLW: &'static str = "PLW";
pub const ISO_A3_PSE: &'static str = "PSE";
pub const ISO_A3_PAN: &'static str = "PAN";
pub const ISO_A3_PNG: &'static str = "PNG";
pub const ISO_A3_PRY: &'static str = "PRY";
pub const ISO_A3_PER: &'static str = "PER";
pub const ISO_A3_PHL: &'static str = "PHL";
pub const ISO_A3_PCN: &'static str = "PCN";
pub const ISO_A3_POL: &'static str = "POL";
pub const ISO_A3_PRT: &'static str = "PRT";
pub const ISO_A3_PRI: &'static str = "PRI";
pub const ISO_A3_QAT: &'static str = "QAT";
pub const ISO_A3_REU: &'static str = "REU";
pub const ISO_A3_ROU: &'static str = "ROU";
pub const ISO_A3_RUS: &'static str = "RUS";
pub const ISO_A3_RWA: &'static str = "RWA";
pub const ISO_A3_BLM: &'static str = "BLM";
pub const ISO_A3_SHN: &'static str = "SHN";
pub const ISO_A3_KNA: &'static str = "KNA";
pub const ISO_A3_LCA: &'static str = "LCA";
pub const ISO_A3_MAF: &'static str = "MAF";
pub const ISO_A3_SPM: &'static str = "SPM";
pub const ISO_A3_VCT: &'static str = "VCT";
pub const ISO_A3_WSM: &'static str = "WSM";
pub const ISO_A3_SMR: &'static str = "SMR";
pub const ISO_A3_STP: &'static str = "STP";
pub const ISO_A3_SAU: &'static str = "SAU";
pub const ISO_A3_SEN: &'static str = "SEN";
pub const ISO_A3_SRB: &'static str = "SRB";
pub const ISO_A3_SYC: &'static str = "SYC";
pub const ISO_A3_SLE: &'static str = "SLE";
pub const ISO_A3_SGP: &'static str = "SGP";
pub const ISO_A3_SXM: &'static str = "SXM";
pub const ISO_A3_SVK: &'static str = "SVK";
pub const ISO_A3_SVN: &'static str = "SVN";
pub const ISO_A3_SLB: &'static str = "SLB";
pub const ISO_A3_SOM: &'static str = "SOM";
pub const ISO_A3_ZAF: &'static str = "ZAF";
pub const ISO_A3_SGS: &'static str = "SGS";
pub const ISO_A3_SSD: &'static str = "SSD";
pub const ISO_A3_ESP: &'static str = "ESP";
pub const ISO_A3_LKA: &'static str = "LKA";
pub const ISO_A3_SDN: &'static str = "SDN";
pub const ISO_A3_SUR: &'static str = "SUR";
pub const ISO_A3_SJM: &'static str = "SJM";
pub const ISO_A3_SWZ: &'static str = "SWZ";
pub const ISO_A3_SWE: &'static str = "SWE";
pub const ISO_A3_CHE: &'static str = "CHE";
pub const ISO_A3_SYR: &'static str = "SYR";
pub const ISO_A3_TWN: &'static str = "TWN";
pub const ISO_A3_TJK: &'static str = "TJK";
pub const ISO_A3_TZA: &'static str = "TZA";
pub const ISO_A3_THA: &'static str = "THA";
pub const ISO_A3_TLS: &'static str = "TLS";
pub const ISO_A3_TGO: &'static str = "TGO";
pub const ISO_A3_TKL: &'static str = "TKL";
pub const ISO_A3_TON: &'static str = "TON";
pub const ISO_A3_TTO: &'static str = "TTO";
pub const ISO_A3_TUN: &'static str = "TUN";
pub const ISO_A3_TUR: &'static str = "TUR";
pub const ISO_A3_TKM: &'static str = "TKM";
pub const ISO_A3_TCA: &'static str = "TCA";
pub const ISO_A3_TUV: &'static str = "TUV";
pub const ISO_A3_UGA: &'static str = "UGA";
pub const ISO_A3_UKR: &'static str = "UKR";
pub const ISO_A3_ARE: &'static str = "ARE";
pub const ISO_A3_GBR: &'static str = "GBR";
pub const ISO_A3_USA: &'static str = "USA";
pub const ISO_A3_UMI: &'static str = "UMI";
pub const ISO_A3_URY: &'static str = "URY";
pub const ISO_A3_UZB: &'static str = "UZB";
pub const ISO_A3_VUT: &'static str = "VUT";
pub const ISO_A3_VEN: &'static str = "VEN";
pub const ISO_A3_VNM: &'static str = "VNM";
pub const ISO_A3_VGB: &'static str = "VGB";
pub const ISO_A3_VIR: &'static str = "VIR";
pub const ISO_A3_WLF: &'static str = "WLF";
pub const ISO_A3_ESH: &'static str = "ESH";
pub const ISO_A3_YEM: &'static str = "YEM";
pub const ISO_A3_ZMB: &'static str = "ZMB";
pub const ISO_A3_ZWE: &'static str = "ZWE";