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§
- Binary
Sync Db - Database interface for binary sync (matches JS
dbobject). - Binary
Sync Manager - Binary sync manager for multiple URLs.
- Binary
Sync State - State for a binary sync operation.
Functions§
- should_
use_ binary_ sync - Check if a file should use binary sync.