1/*
2 * Copyright (c) Microsoft Corporation.
3 * Licensed under the MIT license.
4 */
56//! Disk index builders and related functionality.
7pub mod build;
8pub mod core;
9pub mod quantizer;
1011pub mod inmem_builder;
12pub mod tokio;
1314#[cfg(test)]
15mod tests;