teamy-mft 0.7.1

TeamDman's Master File Table CLI and library for NTFS.
mod drive_sync_info;
mod if_exists_output_behaviour;
mod sync_executor;
mod sync_index;
mod sync_mft;
mod sync_path;
mod sync_plan;

pub use drive_sync_info::DriveSyncInfo;
pub use drive_sync_info::resolve_drive_infos;
pub use drive_sync_info::resolve_drive_infos_in_dir;
pub use drive_sync_info::resolve_drive_infos_in_dir_for_letters;
pub use if_exists_output_behaviour::IfExistsOutputBehaviour;
pub use sync_executor::execute_sync;
pub use sync_index::SyncIndex;
pub use sync_mft::SyncMft;
pub use sync_mft::read_physical_mft_stream_with_info;
pub use sync_path::sync_path_into_published_overlay;
pub use sync_plan::SyncPlan;