Crate serde_urlencoded
source ·Expand description
x-www-form-urlencoded meets Serde
Modules§
- Deserialization support for the
application/x-www-form-urlencodedformat. - Serialization support for the
application/x-www-form-urlencodedformat.
Structs§
- A deserializer for the
application/x-www-form-urlencodedformat. - A serializer for the
application/x-www-form-urlencodedformat.
Functions§
- Deserializes a
application/x-www-form-urlencodedvalue from a&[u8]. - Convenience function that reads all bytes from
readerand deserializes them withfrom_bytes. - Deserializes a
application/x-www-form-urlencodedvalue from a&str. - Serializes a value into a
application/x-www-form-urlencodedStringbuffer.