# Examples - [`hello_world`](../examples/hello_world.rs) - Very small getting started app. - [`todos`](../examples/todos.rs) - Provides a RESTful web server managing some Todos. - [`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 `