diff --git a/examples/README.md b/examples/README.md new file mode 100644 index 00000000..e40b8e94 --- /dev/null +++ b/examples/README.md @@ -0,0 +1,12 @@ +# Examples + +- [`hello_world`](../examples/hello_world.rs) - Very small getting started app. +- [`key_value_store`](../examples/key_value_store.rs) - Slightly larger app with an in-memory key/value store. +- [`form`](../examples/form.rs) - Receiving data from an HTML `