1//! Constructor functions for `CodeDiff`. 2 3mod from_git; 4mod from_multi_file_diff; 5mod from_unified_diff; 6mod new; 7mod with_config; 8mod with_file; 9mod with_file_path; 10mod with_theme;