Skip to main content

decode

Function decode 

Source
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.