teamy-mft 0.7.1

TeamDman's Master File Table CLI and library for NTFS.
1
2
3
4
5
6
7
pub mod disable;
pub mod enable;
pub mod status;

mod protection_cli;

pub use protection_cli::ProtectionArgs;