pub struct Dmp {
pub diff_timeout: Option<f32>,
pub edit_cost: i32,
pub match_distance: i32,
pub patch_margin: i32,
pub match_maxbits: i32,
pub match_threshold: f32,
pub patch_delete_threshold: f32,
}Fields
diff_timeout: Option<f32>edit_cost: i32match_distance: i32patch_margin: i32match_maxbits: i32match_threshold: f32patch_delete_threshold: f32