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§
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