//! oximemo-core: the pure-Rust heart of oximemo.
//!
//! This crate owns the file store (source of truth), the derived metadata and
//! search indexes, file-watching, and synchronization. It knows nothing about
//! Tauri or clap; the desktop app and the CLI are thin adapters over the
//! [`vault::Vault`] facade.
// `CoreError` carries redb's large error enums inline (160B Result variant).
// Harmless for oximemo's workload; silence the pedantic lint rather than box
// every redb variant.
pub use ;
pub use ;
pub use ;
pub use ;
pub use Paths;
pub use ;