Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/windirstat/ntfs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib.rs')
-rw-r--r--src/lib.rs3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/lib.rs b/src/lib.rs
index b6fed11..0cd1dbe 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -14,8 +14,11 @@ mod attribute_value;
mod boot_sector;
mod error;
mod guid;
+mod index_entry;
+mod index_record;
mod ntfs;
mod ntfs_file;
+mod record;
mod string;
pub mod structured_values;
mod time;