Crate ftmi

Crate ftmi 

Source

Re-exports§

pub use path_extraction::extract_paths_from_text;
pub use path_extraction::deduplicate_paths;
pub use prefix_finder::find_common_prefix;
pub use prefix_finder::find_longest_prefix;
pub use prefix_finder::PrefixOptions;
pub use prefix_finder::CommonPrefix;
pub use prefix_finder::PrefixedPath;
pub use prefix_finder::PrefixMode;
pub use prefix_finder::extract_prefix_from_filename;
pub use prefix_finder::remove_prefix;
pub use prefix_finder::remove_prefix_with_delimiter;
pub use rename_db::RenameDatabase;
pub use rename_db::RenameRecord;
pub use rename_db::generate_operation_id;
pub use rename_db::tracked_rename;

Modules§

path_extraction
prefix_finder
rename_db
subcommands

Functions§

process_directories_from_stdin
Main application logic for processing directories from stdin
process_directories_longest_prefix
Process directories from stdin and return only the longest matching prefix
process_paths_from_stdin
Process paths from stdin using the path extraction functionality