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

This represents all the possible errors that can occur using the ValueDeserializer.

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.