mirror of
https://github.com/quickwit-oss/tantivy.git
synced 2026-01-06 17:22:54 +00:00
Issue/325 (#330)
* Introducing a SegmentMea inventory. * Depending on census=0.1 * Cargo fmt
This commit is contained in:
@@ -25,7 +25,7 @@ pub use self::read_only_source::ReadOnlySource;
|
||||
#[cfg(feature = "mmap")]
|
||||
pub use self::mmap_directory::MmapDirectory;
|
||||
|
||||
pub(crate) use self::managed_directory::{FileProtection, ManagedDirectory};
|
||||
pub(crate) use self::managed_directory::ManagedDirectory;
|
||||
pub(crate) use self::read_only_source::SourceRead;
|
||||
|
||||
/// Synonym of Seek + Write
|
||||
|
||||
Reference in New Issue
Block a user