docs(examples): add a stateful server example with a request counter

This commit is contained in:
Sean McArthur
2018-07-06 15:24:01 -07:00
parent 8991707a6a
commit ae34a86cc3
3 changed files with 62 additions and 0 deletions

View File

@@ -110,6 +110,11 @@ name = "send_file"
path = "examples/send_file.rs"
required-features = ["runtime"]
[[example]]
name = "state"
path = "examples/state.rs"
required-features = ["runtime"]
[[example]]
name = "upgrades"
path = "examples/upgrades.rs"