Development Documentation (main branch) - For stable release docs, see docs.rs/eidetica

Module utils

Module utils 

Source
Expand description

Sync-specific utility functions.

This module contains DAG traversal algorithms and other utilities specific to the synchronization protocol.

Functionsยง

collect_ancestors_to_send
Collect ancestors that need to be sent with the given entries.
collect_missing_ancestors
Collect all missing ancestors for given entry IDs using DAG traversal.