# Examples This folder contains examples of how you can use the project. To run the example you are interested in, clone the repository and run it: ```bash cargo run --example ``` ### Available examples * [`memory`](./memory.rs): Simple Actix server with two endpoints and in-memory storage.