/*
* Copyright (c) Microsoft Corporation.
* Licensed under the MIT license.
*/
//! Disk-specific storage operations.
//!
//! This module contains storage utilities and types
//! specific to disk index operations.
pub use DiskIndexWriter;
pub use CachedReader;
pub use CachedWriter;