Problem
ISO-3166 reserves certain codes for user assignment. These are not included in the enumeration, so are unavailable with this crate. It would be useful to be able to use them.
Solution
Any solution works, but it seems like adding a UserAssigned variant to the CountryCode that takes a struct might be the best option.
Problem
ISO-3166 reserves certain codes for user assignment. These are not included in the enumeration, so are unavailable with this crate. It would be useful to be able to use them.
Solution
Any solution works, but it seems like adding a
UserAssignedvariant to theCountryCodethat takes a struct might be the best option.