ntfs-reader 0.4.5

Read MFT and USN journal
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
// Copyright (c) 2022, Matteo Bernacchia <dev@kikijiki.com>. All rights reserved.
// This project is dual licensed under the Apache License 2.0 and the MIT license.
// See the LICENSE files in the project root for details.

pub mod aligned_reader;
pub mod api;
pub mod attribute;
pub mod errors;
pub mod file;
pub mod file_info;
pub mod journal;
pub mod mft;
pub mod test_utils;
pub mod volume;