Skip to main content

reifydb_cdc/compact/
mod.rs

1// SPDX-License-Identifier: Apache-2.0
2// Copyright (c) 2025 ReifyDB
3
4#[cfg(not(target_arch = "wasm32"))]
5pub mod actor;
6pub mod block;
7pub mod cache;