Skip to main content

Module serde_urlencoded

Module serde_urlencoded 

Source

Functionsยง

from_bytes
Decodes a URL-encoded byte array into any type that implements serde::de::DeserializeOwned.
from_str
Decodes a URL-encoded string into any type that implements serde::de::DeserializeOwned.