pub fn structured_diff_native(
old_text: &str,
new_text: &str,
) -> StructuredDiffResultExpand description
Native version of structured_diff returning a typed struct.
pub fn structured_diff_native(
old_text: &str,
new_text: &str,
) -> StructuredDiffResultNative version of structured_diff returning a typed struct.