Skip to main content

Module binary_sync

Module binary_sync 

Source
Expand description

Binary file synchronization for BraidFS.

Implements binary file sync using braid-blob for non-text files. Matches JS init_binary_sync() from braidfs/index.js.

Structs§

BinarySyncDb
Database interface for binary sync (matches JS db object).
BinarySyncManager
Binary sync manager for multiple URLs.
BinarySyncState
State for a binary sync operation.

Functions§

should_use_binary_sync
Check if a file should use binary sync.