//! Filesystem checkpoint storage for surreal-sync.
//!
//! Provides [`FilesystemStore`] and helpers for reading checkpoint files
//! from a directory. The storage-agnostic API lives in `sync-core`.
pub use FilesystemStore;
pub use ;
pub use CheckpointFileReader;
// Re-export API types commonly used with the filesystem backend.
pub use ;