grafeo-common 0.1.1

Common types, memory allocators, and utilities for Grafeo
Documentation

grafeo-common

Foundation layer for Grafeo: types, memory allocators, and utilities.

This crate provides the fundamental building blocks used by all other Grafeo 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)