Module serde_qs::de [] [src]

Deserialization support for querystrings.

Structs

Config

To override the default serialization parameters, first construct a new Config.

Deserializer

A deserializer for the querystring format.

Error

A minimal representation of all possible errors that can occur using the IntoDeserializer trait.

ParsableStringDeserializer

Functions

from_bytes

Deserializes a querystring from a &[u8].

from_reader

Convenience function that reads all bytes from reader and deserializes them with from_bytes.

from_str

Deserializes a querystring from a &str.