gruphst-0.8.1 has been yanked.
GruPHst
An in-memory graph database.
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.
Tests
To run tests
$ cargo test
To run tests with debug output:
$ cargo test -- --show-output
Usage
Install
Run the following Cargo command in your project directory:
$ cargo add gruphst
Or add the following line to your Cargo.toml:
gruphst = "0.7.0"
Check the Rock Paper Scissors Spock Lizard example.
Feedback from usage and contributions are very welcome. Also if you like it, please leave a :star: I would appreciate it ;)