graphos-common 0.1.1

Common types, memory allocators, and utilities for Graphos
Documentation

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)