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

github.com/windirstat/RustyMft.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormatthew seyer <matthew.seyer@gmail.com>2017-05-19 08:05:40 +0300
committermatthew seyer <matthew.seyer@gmail.com>2017-05-19 08:05:40 +0300
commit643c47b3c33e3e9a83eb3c5e3bc793321b2eb463 (patch)
treea2b972389b7121afc6d2eac1055ee561c1809ea2 /src/lib.rs
parent129b129279c50125f20d2cda276bcb7b5b24b1c7 (diff)
Added fullname enumeration
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 dafa329..4a2d5d5 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -1,7 +1,5 @@
#[macro_use] extern crate serde_derive;
-#[macro_use] extern crate serde_json;
#[macro_use] extern crate bitflags;
-#[macro_use] extern crate log;
extern crate seek_bufread;
extern crate byteorder;
extern crate rwinstructs;
@@ -12,5 +10,6 @@ pub mod utils;
pub mod mft;
pub mod entry;
pub mod attribute;
+pub mod enumerator;
pub mod attr_x10;
pub mod attr_x30;