Skip to main content

Crate khive_vcs_adapters

Crate khive_vcs_adapters 

Source
Expand description

KG import/export format adapters. See docs/protocol.md for the full pipeline description, parse strategy notes, and deferred format list.

Structs§

EdgeRecord
Edge record shape produced by format adapters. Deserialization rejects non-finite weights.
EntityRecord
Entity record shape produced by format adapters.
JsonFormatAdapter
A FormatAdapter that parses a JSON array of objects.

Enums§

AdapterError
An error produced by a format adapter.

Constants§

PHASE0_FORMATS
Phase P0: format names accepted by the v0.5 adapter registry.

Traits§

FormatAdapter
A format adapter for the KG import pipeline.