# Examples Some examples of using `nextgraph` client library run them with: ``` cargo run -p nextgraph --example in_memory cargo run -p nextgraph --example persistent ``` See the code: - [in_memory](in_memory) - [persistent](persistent)