Initial docs commit

This commit is contained in:
Uttarayan Mondal
2021-03-15 01:27:34 +05:30
commit d5ecda4c73
20211 changed files with 1370362 additions and 0 deletions
+1
View File
@@ -0,0 +1 @@
initSidebarItems({"fn":[["from_bytes","Deserializes a `application/x-www-form-urlencoded` value from a `&[u8]`."],["from_reader","Convenience function that reads all bytes from `reader` and deserializes them with `from_bytes`."],["from_str","Deserializes a `application/x-www-form-urlencoded` value from a `&str`."],["to_string","Serializes a value into a `application/x-www-form-urlencoded` `String` buffer."]],"mod":[["de","Deserialization support for the `application/x-www-form-urlencoded` format."],["ser","Serialization support for the `application/x-www-form-urlencoded` format."]],"struct":[["Deserializer","A deserializer for the `application/x-www-form-urlencoded` format."],["Serializer","A serializer for the `application/x-www-form-urlencoded` format."]]});