rocksgraph 0.1.0

A Gremlin-inspired property graph query engine written in Rust, backed by RocksDB
Documentation
1
2
3
4
5
6
# Development Instructions

When you generate new code or update existing code, run `just full-check` to verify the code is correctly formatted. If
there are any errors, use `just full-write` to fix them. If there are issues still, figure out why and fix them.

To see all available commands, run `just --list`.