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, 1 insertions, 2 deletions
diff --git a/src/lib.rs b/src/lib.rs
index 347932b..7eef943 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -10,7 +10,6 @@ extern crate alloc;
mod helpers;
mod attribute;
-mod attribute_value;
mod boot_sector;
mod error;
mod file;
@@ -28,9 +27,9 @@ mod time;
mod traits;
mod types;
mod upcase_table;
+pub mod value;
pub use crate::attribute::*;
-pub use crate::attribute_value::*;
pub use crate::error::*;
pub use crate::file::*;
pub use crate::file_reference::*;