sync-engine 0.2.19

High-performance tiered sync engine with L1/L2/L3 caching and Redis/SQL backends
Documentation
1
2
3
4
5
6
7
// Copyright (c) 2025-2026 Adrian Robinson. Licensed under the AGPL-3.0.
// See LICENSE file in the project root for full license text.

pub mod filter_manager;
pub mod filter_persistence;

pub use filter_persistence::{FilterPersistence, SavedFilterState, L2_FILTER_ID, L3_FILTER_ID};