Skip to main content

reifydb_compression/strategy/
mod.rs

1// SPDX-License-Identifier: AGPL-3.0-or-later
2// Copyright (c) 2025 ReifyDB
3
4pub mod bitpack;
5pub mod delta;
6pub mod dictionary;
7pub mod none;
8pub mod rle;