Issue/325 (#330)

* Introducing a SegmentMea inventory.
* Depending on census=0.1
* Cargo fmt
This commit is contained in:
Paul Masurel
2018-06-30 13:11:41 +09:00
committed by GitHub
parent 1ce36bb211
commit 8ebbf6b336
40 changed files with 440 additions and 514 deletions

View File

@@ -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