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