Allow unsized types in query, form and json

This commit is contained in:
Oliver Schneider
2018-02-01 14:44:39 +01:00
parent f71504c15d
commit f0b774960d
4 changed files with 19 additions and 6 deletions

View File

@@ -41,6 +41,10 @@ unstable = []
name = "simple"
path = "examples/simple.rs"
[[example]]
name = "form"
path = "examples/form.rs"
[[example]]
name = "async"
path = "examples/async.rs"