geoip: Enable the niche optimization for CountryCode.
Since we're going to be using Option<CountryCode>
all over, let's
save the extra byte.
Sadly this required std::mem::transmute(), which is unsafe, so maybe we should think twice.
Since we're going to be using Option<CountryCode>
all over, let's
save the extra byte.
Sadly this required std::mem::transmute(), which is unsafe, so maybe we should think twice.