[go: up one dir, main page]

[][src]Function urlencoding::decode

pub fn decode(string: &str) -> Result<String, FromUrlEncodingError>

Decode percent-encoded string assuming UTF-8 encoding.

Unencoded + is preserved literally, and not changed to a space.