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.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lib.rs b/src/lib.rs
index 30548c3..487ac50 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -13,6 +13,7 @@ mod attribute;
mod attribute_value;
mod boot_sector;
mod error;
+mod file_reference;
mod guid;
mod index;
mod index_entry;
@@ -29,6 +30,7 @@ mod types;
pub use crate::attribute::*;
pub use crate::attribute_value::*;
pub use crate::error::*;
+pub use crate::file_reference::*;
pub use crate::guid::*;
pub use crate::index::*;
pub use crate::ntfs::*;