Skip to main content

diskann_benchmark_core/streaming/executors/
mod.rs

1/*
2 * Copyright (c) Microsoft Corporation.
3 * Licensed under the MIT license.
4 */
5
6//! # Provided Executors.
7//!
8//! Built-in implementations of [`Executor`] for common streaming inputs.
9
10#[cfg(feature = "bigann")]
11#[cfg_attr(docsrs, doc(cfg(feature = "bigann")))]
12pub mod bigann;