---
# GruPHst
Possible to persists on file (just because is something that we always expect from an in-memory databases).
Early state of development with lot of TODOs, just doing nerdy things with Graph Databases while trying to learn some Rust.
[Documentation](https://docs.rs/gruphst/latest/gruphst/)
[Code Coverage](https://app.codecov.io/github/carvilsi/gruphst)
---
1. [Basic Usage](#basic-usage)
2. [Install](#install)
3. [Tests & Coverage & Benchmarking](#tests-coverage-benchmarking)
4. [Configuration](#configuration)
1. [Configurable variables](#configurable-variables)
2. [Maximum memory usage](#maximum-memory-usage)
3. [Level for logging](#level-for-logging)
4. [Character delimiter for CSV file](#character-delimiter-for-csv-file)
5. [Save & Load](#save-load)
6. [Export & Import](#export-import)
1. [CSV](#csv)
1. [File Format](#file-format)
2. [Export & Import Usage](#export-import-usage)
7. [Cryptography](#cryptography)
1. [Argon2 Hashes](#argon2-hashes)
8. [Examples](#examples)
---
## Basic Usage