teamy-mft 0.5.0

TeamDman's Master File Table CLI and library for NTFS.
1
2
3
4
5
#[derive(Debug, Clone)]
pub struct IndexedPathRow {
    pub path: String,
    pub has_deleted_entries: bool,
}