Skip to main content

diskann_disk/utils/aligned_file_reader/traits/
mod.rs

1/*
2 * Copyright (c) Microsoft Corporation.
3 * Licensed under the MIT license.
4 */
5
6#[allow(clippy::module_inception)]
7mod aligned_file_reader;
8pub use aligned_file_reader::AlignedFileReader;
9
10pub mod aligned_reader_factory;
11pub use aligned_reader_factory::AlignedReaderFactory;