1/*
2 * Copyright (c) Microsoft Corporation.
3 * Licensed under the MIT license.
4 */
56//! Built-in [`crate::build::Build`] implementations for the [`diskann::graph::DiskANNIndex`].
78mod multi;
9mod single;
1011pub use multi::MultiInsert;
12pub use single::SingleInsert;