/*
* Copyright (c) Microsoft Corporation.
* Licensed under the MIT license.
*/
// Layers for the async index.
/// Determinant-diversity post-processing algorithm.
///
/// This module is not async-specific.
/// It provides diversity-promoting reranking for nearest neighbor search results.
pub use ;