graphos-common
Foundation layer for Graphos: types, memory allocators, and utilities.
This crate provides the fundamental building blocks used by all other Graphos crates. It has no internal dependencies and should be kept minimal.
Modules
- [
types] - Core type definitions (NodeId, EdgeId, Value, etc.) - [
memory] - Memory allocators (arena, bump, pool) - [
mvcc] - MVCC primitives (VersionChain, VersionInfo) - [
utils] - Utility functions and helpers (hashing, errors)