pub fn decode(input: &str) -> Result<String, DecodeError>Expand description
Decode a Namecode string back to Unicode.
Returns Err(NotEncoded) if input doesn’t have the N prefix.
pub fn decode(input: &str) -> Result<String, DecodeError>Decode a Namecode string back to Unicode.
Returns Err(NotEncoded) if input doesn’t have the N prefix.