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