card-est-array 0.6.0

Infrastructure for managing large arrays of cardinality estimators.
Documentation
1
2
3
4
5
6
7
8
9
10
/*
 * SPDX-FileCopyrightText: 2024 Matteo Dell'Acqua
 * SPDX-FileCopyrightText: 2025 Sebastiano Vigna
 *
 * SPDX-License-Identifier: Apache-2.0 OR LGPL-2.1-or-later
 */

#![doc = include_str!(concat!(env!("CARGO_MANIFEST_DIR"), "/README.md"))]
pub mod impls;
pub mod traits;