/*
* Copyright (c) Microsoft Corporation.
* Licensed under the MIT license.
*/
//! # BigANN Runbook Support
//!
//! This module provides an executor for processing BigANN-style runbooks.
//! Please refer to the [`RunBook`] documentation for more details.
//!
//! Users can also leverage the [`WithData`] adaptor to convert raw index ranges
//! into actual data points for a dataset.
pub use ;
pub use ;