[]Function iron::url::idna::punycode::decode

pub fn decode(input: &str) -> Option<Vec<char>>

Convert Punycode to Unicode.

Return None on malformed input or overflow. Overflow can only happen on inputs that take more than 63 encoded bytes, the DNS limit on domain name labels.