Skip to main content

Crate fabula_memory

Crate fabula_memory 

Source
Expand description

A simple in-memory temporal graph implementation of DataSource.

Useful for testing fabula without a backing database. Not intended for production use — it’s a linear scan over all edges.

Structs§

MemGraph
A simple in-memory temporal graph.

Enums§

MemValue
A value in the in-memory graph — can be a node reference, string, number, or boolean.