Skip to main content

Crate synwire_checkpoint

Crate synwire_checkpoint 

Source
Expand description

§synwire-checkpoint

Checkpoint traits and in-memory implementation for Synwire.

Provides BaseCheckpointSaver for persisting graph state, BaseStore for key-value storage, and InMemoryCheckpointSaver as the default implementation.

Modules§

base
Core checkpoint saver trait.
memory
In-memory checkpoint saver implementation.
serde
Serialization protocols for checkpoint data.
store
Key-value store abstractions for checkpoint-adjacent data.
types
Checkpoint types for persisting graph state.