Skip to main content

Crate keel_core

Crate keel_core 

Source
Expand description

Core types, graph storage, and configuration for keel.

This crate provides the foundational data structures used across all keel crates:

  • types — Graph nodes, edges, and error types
  • store — The GraphStore trait for graph persistence
  • sqlite — SQLite-backed implementation of GraphStore
  • config — Configuration loading from .keel/keel.json
  • hash — Deterministic content hashing (base62 of xxhash64)
  • telemetry — Privacy-safe telemetry storage

Modules§

config
Configuration file loading for keel.
hash
sqlite
sqlite_batch
sqlite_helpers
sqlite_queries
store
telemetry
Privacy-safe telemetry engine for keel.
types